SocialEmbedWidgetModel

interface SocialEmbedWidgetModel : LiveLikeWidgetMediator

Functions

finish
Link copied to clipboard
abstract fun finish()
call this to cleanup the viewModel and its association
markAsInteractive
Link copied to clipboard
abstract fun markAsInteractive()
This will capture the analytics event Widget Became Interactive It should be called when the widget is opened first time for user interaction

Properties

widgetData
Link copied to clipboard
abstract val widgetData: LiveLikeWidget
widget data holder

Inheritors

SocialEmbedViewModel
Link copied to clipboard