Classes
SyncSdkBuilder - creates an instance of the SyncSdk
SyncListener - an interface containing the API callbacks
Type
Methods
Parameters
SyncSdkBuilder
accessToken(mAccessToken)
mAccessToken - authorization token;
refreshToken(mRefreshToken)
mRefreshToken - refresh token;
groupId(mGroupId)
mGroupId - group id
Max length is 255 chars
name(mDisplayName)
mDisplayName - username;
syncListener(this)
this - interface to syncSdk's callbacks;
build()
initialize SyncSdk object
void
startSync() - Start synchronization using the SyncSdk object requires a SyncSdk’s URL and a valid Access Token to be available before connecting.
stopSync()
Last updated 4 years ago