toggle menu
MoEngage-Android-SDK
androidJvm
switch theme
search in API
pushbase
/
com.moengage.pushbase.model.action
/
CopyAction
Copy
Action
class
CopyAction
constructor
(
action
:
Action
,
val
textToCopy
:
String
)
:
Action
Copy Action Object.
Author
Umang Chamaria
Members
Constructors
Copy
Action
Link copied to clipboard
constructor
(
action
:
Action
,
textToCopy
:
String
)
Properties
action
Type
Link copied to clipboard
val
actionType
:
String
Type of action.
payload
Link copied to clipboard
val
payload
:
JSONObject
Action payload.
text
To
Copy
Link copied to clipboard
val
textToCopy
:
String
Text to copy.
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String