EditSubscriptionList Event
Subscriptions settings events.
Multiple user actions triggers these events, with different event names. All related to automatic push notifications and subscriptions.
User action
eventName
Show the subscription settings view where user can edit subscriptions
viewShow
Remove a subscription
deleteStream
Enable push notifications for a subscription
notificationsDeactivated
Disable push notifications for a subscription
notificationsActivated
eventName -
viewShow,deleteStream,notificationsDeactivatedornotificationsActivatedviewName -
editSubscriptionListmoduleID - Module ID in app config
moduleName -
NearMemoduleTitle - Module title in app config
streamID - Concept uuid
streamType - Open Content property name for the Concept
streamTitle - Title of the stream
Example - User clicks on the settings cog in "My News" and is presented with settings dialog (edit view).
eventName -
viewShowviewName -
editSubscriptionListmoduleID -
mynewsmoduleName -
NearMemoduleTitle -
My NewsstreamID -
streamType -
streamTitle -
Example - User removes a subscription e.g. Borås Basket
eventName -
deleteStreamviewName -
editSubscriptionListmoduleID -
mynewsmoduleName -
NearMemoduleTitle -
My NewsstreamID -
2de1fe6c-0a44-49f0-8dde-b0937fbff529streamType -
ConceptTagUuidsstreamTitle -
Borås Basket
Example - User activates push notification for e.g. Family.
eventName -
notificationsActivatedviewName -
editSubscriptionListmoduleID -
mynewsmoduleName -
NearMemoduleTitle -
My NewsstreamID -
31415cc9-b084-45a8-a716-72638c9669d4streamType -
ConceptCategoryUuidsstreamTitle -
Family
Example - User deactivates push notification for e.g. Family.
eventName -
notificationsDeactivatedviewName -
editSubscriptionListmoduleID -
mynewsmoduleName -
NearMemoduleTitle -
My NewsstreamID -
31415cc9-b084-45a8-a716-72638c9669d4streamType -
ConceptCategoryUuidsstreamTitle -
Family
Last updated
Was this helpful?