NumberNumberCancelInteractionCancelInteractionNumberGet the CancelID
Kind: Instance method of CancelInteraction
Returns: Number - the KEY_CANCEL_ID value
NumberGet the FunctionIDParam
Kind: Instance method of CancelInteraction
Returns: Number - the KEY_FUNCTION_ID value
CancelInteractionSet 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. |
CancelInteractionSet 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. |