toggle menu
MoEngage-Android-SDK
androidJvm
switch theme
search in API
inapp
/
com.moengage.inapp.model.actions
/
Action
Action
abstract
class
Action
(
val
actionType
:
ActionType
)
Base class for actions.
Author
Umang Chamaria
Parameters
action
Type
The
ActionType
Performed by the user
Inheritors
CustomAction
NavigationAction
RequestNotificationAction
Members
Constructors
Action
Link copied to clipboard
constructor
(
actionType
:
ActionType
)
Properties
action
Type
Link copied to clipboard
@
JvmField
val
actionType
:
ActionType
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String