Mobile News Apps public docs
  • Naviga Mobile News Apps
  • Required information
  • Configuration base
  • Store information
    • Privacy Policy
    • Ownership
    • AppStore Privacy
    • Google Play Data Safety
  • Statistics Events
    • Article Event
    • ArticleList Event
    • ArticleListRow Event
    • Article Read Event
    • EditSubscriptionList Event
    • Flow Event
    • ImageViewer Event
    • Notification Event
    • Onboarding Event
    • Profile Event
    • TopicPicker Event
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Statistics Events

ImageViewer Event

Show image

An event dispatched when an image is loaded.

  • eventName - imageViewer

  • viewName - empty if omitted (?)

  • moduleID - Notification context (?)

  • moduleName - Module name. or empty if omitted

  • moduleTitle - Module title from app config, or empty if omitted

  • contentID - Notification uuid

  • contentType - Notification contentType

  • articleHeadline - The article's headline

  • articleUUID - The article's UUID

  • imageUUID - The image's UUID

Example - an event dispatched when an image is opened

  • eventName - imageViewer

  • viewName -

  • moduleID - editions

  • moduleName - SectionContentList

  • moduleTitle - Editions

  • contentID - 73328ee7-1bc4-4abd-b630-12b10579f796

  • contentType - {notification.data.contentType}

  • articleHeadline -

  • articleUUID -

  • imageUUID -

PreviousFlow EventNextNotification Event

Last updated 4 years ago

Was this helpful?