| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.glia.androidsdk.screensharing.ScreenSharing.Mode | |
Defines the way Visitor screen is shared with an Operator.
| 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
| |||||||||||
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.
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.