UserAction

open class UserAction

Model that represents an user action, which can be triggered by Batch SDK in various contexts.

Constructors

Link copied to clipboard
constructor(@NonNull identifier: String, @NonNull runnable: UserActionRunnable)
Construct an Action for the specified parameters

Properties

Link copied to clipboard
@get:NonNull
open val identifier: String
Link copied to clipboard