ViewChannelEvent<T, R>
TYPE DEFINITION
A ViewChannelEvent represents an event happened in the ViewChannel. For example the presented and dismissal of the ViewChannelView.
Since 1.0.0
Union of
|
ViewChannelInitializedEvent
|
ViewChannelViewPresentedEvent<T,R>
|
ViewChannelViewDismissedEvent<T,R>
|
ViewChannelViewDismissedAllEvent<T,R>
|
ViewChannelViewAutoDismissPlayingEvent<T,R>
|
ViewChannelViewAutoDismissPausedEvent<T,R>
|
ViewChannelViewAutoDismissStoppedEvent<T,R>
|
ViewChannelViewDataChangedEvent<T,R>