Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Engagement

The engagement of the current user including any subscriptions to intents.

Provides additional read-only information about what engagement mechanisms the current user has registered for. For example, it can be useful to know what intents the user is already subscribed to in order to avoid asking them to subscribe to the same intent again. i.e. This information can be used to conditionally route to a scene to set up DailyUpdates or PushNotifications only if the user has not subscribed already.

Provides additional read-only information about what engagement mechanisms the current user has registered for. For example, it can be useful to know what intents the user is already subscribed to in order to avoid asking them to subscribe to the same intent again. i.e. This information can be used to conditionally route to a scene to set up DailyUpdates or PushNotifications only if the user has not subscribed already.

Hierarchy

  • Engagement

Properties

Optional dailyUpdateIntents

dailyUpdateIntents: IntentSubscription[]

Contains a list of intents which the user has enabled daily update for.

Optional pushNotificationIntents

pushNotificationIntents: IntentSubscription[]

Contains a list of intents which the user has enabled push notification for.

Generated using TypeDoc