sfmcsdk / com.salesforce.marketingcloud.sfmcsdk.components.behaviors / BehaviorType

BehaviorType

enum class BehaviorType

An enumeration of behaviors recognized by the SFMCSdk.

Enum Values

SCREEN_ENTRY

This behavior will be notified as the user traverses through the application's Activities.

APPLICATION_FOREGROUNDED

This behavior will be notified when the application comes into the foreground and is "sticky".

APPLICATION_BACKGROUNDED

This behavior will be notified when the application's UI is no longer visible on the screen.

APP_VERSION_CHANGED

This behavior will be notified when the previously recorded version of the application does not match the current version of the application.

Functions

toString

fun toString(): String