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

BehaviorListener

interface BehaviorListener

An interface for handling Behavior callbacks.

Functions

onBehavior

Called when a behavior is notified within the SDK.

abstract fun onBehavior(behavior: Behavior): Unit