Package com.teamviewer.sdk.screensharing
Interface OnlineStateCallback
public interface OnlineStateCallback
Callback for online states of the TeamViewer Sdk.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enum indicating the online state. -
Method Summary
Modifier and TypeMethodDescriptionvoid
onOnlineStateChanged
(OnlineStateCallback.OnlineState onlineState) Called when online state changes.
-
Method Details
-
onOnlineStateChanged
Called when online state changes.- Parameters:
onlineState
- AnOnlineState
indicating the new online state.
-