SynchSDK
Nested classes
Classes |
SyncSdkBuilder - creates an instance of the SyncSdk |
SyncListener - an interface containing the API callbacks |
Public Constructor Summary
Type | Methods | Parameters |
SyncSdkBuilder | accessToken(mAccessToken) |
|
SyncSdkBuilder | name(mDisplayName) |
|
SyncSdkBuilder | syncListener(this) |
|
SyncSdkBuilder | build() |
|
Public Method Summary
Type | Methods | Parameters |
void | startSync() - Start synchronization using the SyncSdk object requires a SyncSdk’s URL and a valid Access Token to be available before connecting. | |
void | stopSync() | |
void | groupPlay() - start player for all members group using the SyncSdk object | |
void | groupPause() - pause player for all members group using the SyncSdk object | |
void | groupSeek(Long position) - seek player’s video for all members group using the SyncSdk object |
|
void | groupSeekSuccess(Long position) - confirmation about seeking player's video using the SyncSdk object |
|
Last updated