ViewChannelViewDismissedEventReason

TYPE DEFINITION

The reason for dismissal, this can either be because the duration of the view passed, in which case it is DURATION_PASSED, or because the user closed the View, then the reason will be USER_INTERACTION.

Since 1.0.0

Union of

| "AUTO_DISMISS"
| "USER_INTERACTION"