public static final enum

ScreenSharing.Mode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.glia.androidsdk.screensharing.ScreenSharing.Mode

Class Overview

Defines the way Visitor screen is shared with an Operator.

Summary

Enum Values
ScreenSharing.Mode  APP_BOUNDED  With this mode Visitor screen is mirrored as is only when the app is in foreground. 
ScreenSharing.Mode  UNBOUNDED  With this mode Visitor screen is mirrored as is at all times, even if the app goes to background and/or when Visitor navigates to a different app. 
Public Methods
static ScreenSharing.Mode valueOf(String name)
final static Mode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface java.lang.constant.Constable

Enum Values

public static final ScreenSharing.Mode APP_BOUNDED

With this mode Visitor screen is mirrored as is only when the app is in foreground.

When app goes to the background then the screen sharing is paused until the app goes to foreground again.

public static final ScreenSharing.Mode UNBOUNDED

With this mode Visitor screen is mirrored as is at all times, even if the app goes to background and/or when Visitor navigates to a different app.

Public Methods

public static ScreenSharing.Mode valueOf (String name)

public static final Mode[] values ()