TopicPicker Event
Show the Add subscription view, and add subscription event
View dialog
Topic Picker View: An event dispatched when the topic picker is opened.
eventName -
viewShowviewName -
topicPickermoduleID - Module id from app config, or
globalmoduleName - Module name
moduleTitle - Module title from app config
Example - User navigates to the module "Top News", and the topicPicker dialog appears.
eventName -
viewShowviewName -
topicPickermoduleID -
topnewsmoduleName -
SectionContentListmoduleTitle -
Top News
Create subscription
TopicPicker Create Subscription events are dispatched when a user saves their choices made in the topic picker.
One event is dispatched for each choice that was made.
eventName -
createStreamviewName -
topicPickermoduleID - Module ID from app config, or
globalmoduleName - Module name
moduleTitle - Module title from app config
streamID - Concept uuid
streamType - Open Content property name for the Concept type
subscriptionName - Subscription UUID
Example - User follows the "Ice Hockey" concept, and saves their choice.
eventName -
createStreamviewName -
topicPickermoduleID -
mynewsmoduleName -
NearMemoduleTitle -
My NewsstreamID -
5b129691-a4e7-4318-9ced-c7344c54b2b0streamType -
AppConceptCategoryUuidssubscriptionName -
Ice Hockey
Last updated
Was this helpful?