NavigationAction

data class NavigationAction(actionType: ActionType, value: String, navigationType: NavigationType, kvPair: Map<String, Any>) : Action

Navigation Action

Author

Umang Chamaria Date: 27/04/20

Constructors

NavigationAction
Link copied to clipboard
fun NavigationAction(actionType: ActionType, value: String, navigationType: NavigationType, kvPair: Map<String, Any>)

Functions

component1
Link copied to clipboard
operator fun component1(): ActionType
component2
Link copied to clipboard
operator fun component2(): String
component3
Link copied to clipboard
operator fun component3(): NavigationType
component4
Link copied to clipboard
operator fun component4(): Map<String, Any>
copy
Link copied to clipboard
fun copy(actionType: ActionType, value: String, navigationType: NavigationType, kvPair: Map<String, Any>): NavigationAction
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

actionType
Link copied to clipboard
open override val actionType: ActionType
Action type
kvPair
Link copied to clipboard
val kvPair: Map<String, Any>
Key-Value pair added on the MoEngage Platform for navigation action.
navigationType
Link copied to clipboard
val navigationType: NavigationType
value
Link copied to clipboard
open override val value: String
Url/Screen-name to which the user should be navigated.