Click or drag to resize
MediaBuilderWebviewDismissedAction Enumeration
Defines the action that the player should take when resuming playback after an interruption caused by user interaction, that determined the display of the in-app web browser.

Namespace: Veeplay.media
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum WebviewDismissedAction
Members
  Member nameValueDescription
HideOverlayOnWebviewDismiss0 Player should hide the calling overlay on webview dismiss
SkipUnitOnWebviewDismiss1 Player should skip the current unit on webview dismiss
DoNothingOnWebviewDismiss2 No action should be taken on webview dismiss.
See Also