Number
Number
CancelInteraction
CancelInteraction
Number
Get the CancelID
Kind: Instance method of CancelInteraction
Returns: Number
- the KEY_CANCEL_ID value
Number
Get the FunctionIDParam
Kind: Instance method of CancelInteraction
Returns: Number
- the KEY_FUNCTION_ID value
CancelInteraction
Set the CancelID
Kind: Instance method of CancelInteraction
Returns: CancelInteraction
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
id | Number |
The ID of the specific interaction you want to dismiss. If not set, the most recent of the RPC type set in functionID will be dismissed. - The desired CancelID. |
CancelInteraction
Set the FunctionIDParam
Kind: Instance method of CancelInteraction
Returns: CancelInteraction
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
id | Number |
The ID of the type of interaction the developer wants to dismiss. Only values 10, (PerformInteractionID), 12 (AlertID), 25 (ScrollableMessageID), 26 (SliderID), and 64 (SubtleAlertID) are permitted. - The desired FunctionIDParam. |