Table of Contents

Method GetDefaultActionParam

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

GetDefaultActionParam(string, out string)

Gets the default action parameters for the specified type.

bool GetDefaultActionParam(string type, out string param)

Parameters

type string

The action type.

(e.g., "Click", "Swipe")

param string

The default action parameters.

Returns

bool

true if the operation was executed successfully; otherwise, false.