SynchSDK
Nested classes
Classes |
SynchSDK - creates an instance of the SynchSDK |
SynchListener - an interface containing the API callbacks |
Public Method Summary
Type | Methods | Parameters |
SynchSDK | init(accessToken: String) |
|
void | createGroup(_ groupId: String, clientName: String) |
|
void | attachListener(_ listner: SyncListener) |
|
void | startSynchronize() | |
void | stopSynchronize() | |
void | playerSeek(position: Int) |
|
void | playerPause() | |
void | playerPlay() |
Last updated