ActionType

enum ActionType : Enum<ActionType>

Action Types for in-app

Since

10.0.00

Author

Umang Chamaria

Entries

USER_INPUT
Link copied to clipboard

Action for taking input from the user.

CONDITION_ACTION
Link copied to clipboard

Action for rating widget where actions can be performed based on rating value.

CUSTOM_ACTION
Link copied to clipboard

Custom action to be executed by the app.

SMS
Link copied to clipboard
SMS()

Send an SMS to a given number with the given content.

CALL
Link copied to clipboard

Call the given number.

COPY_TEXT
Link copied to clipboard

Copies text to the clipboard.

SHARE
Link copied to clipboard

Share content with another app.

NAVIGATE
Link copied to clipboard

Navigate to activity/deep-link/url

TRACK_DATA
Link copied to clipboard

Tracks an event or user attribute.

DISMISS
Link copied to clipboard

Dismisses the in-app from the screen.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int