ViewChannelViewAutoDismissPlayingEvent<T, R>

TYPE DEFINITION

Represents a ViewChannelView autoDismiss being restarted again when it was stopped or paused.

Note: this event is not fired when a ViewChannelView is presented initially, even though this does start the autoDismiss.

Since 1.0.0

Extends ViewChannelBaseEvent

Properties

  • index

    number

    The index of the view which had its auto dismiss started / played.

    Note: this was the index at the time of playing, it might no longer be accurate.

    Since 1.0.0

  • type

    "AUTO_DISMISS_PLAYING"

    Which type occurred

    Since 1.0.0

  • view

    ViewChannelView<T,R>

    The view which had its auto dismiss started / played.

    Since 1.0.0