-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ScreenSharing.ModeDefines the way Visitor screen is shared with an Operator.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNBOUNDEDWith this mode Visitor screen is mirrored as is at all times, even if the appgoes to background and/or when Visitor navigates to a different app.
APP_BOUNDEDWith 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 untilthe app goes to foreground again.
-
Method Summary
Modifier and Type Method Description static Array<ScreenSharing.Mode>values()static ScreenSharing.ModevalueOf(String name)-
-
Method Detail
-
values
static Array<ScreenSharing.Mode> values()
-
valueOf
static ScreenSharing.Mode valueOf(String name)
-
-
-
-