A C F G K O P R S T V

A

Account - Class in com.kii.cloud.filesync
Account object.
Account(Account.Type, String, String) - Constructor for class com.kii.cloud.filesync.Account
Create account object with specified parameters.
Account.Type - Enum in com.kii.cloud.filesync
Account type enum values.

C

com.kii.cloud.filesync - package com.kii.cloud.filesync
 

F

fromLocalPhone(String, String, String) - Static method in class com.kii.cloud.filesync.Account
Create an account object based on local phone number.
fromString(String, String) - Static method in class com.kii.cloud.filesync.Account
Create an account object.

G

getMessage() - Method in exception com.kii.cloud.filesync.SyncException
getPassword() - Method in class com.kii.cloud.filesync.Account
Get password for the account.
getPercent() - Method in interface com.kii.cloud.filesync.ProgressInfo
Return percentage of sync progress.
getRawId() - Method in class com.kii.cloud.filesync.Account
Get account's raw ID.
getSyncError() - Method in exception com.kii.cloud.filesync.SyncException
Get error abstraction.
getType() - Method in class com.kii.cloud.filesync.Account
Get account type.

K

KiiFS - Class in com.kii.cloud.filesync
Kii File System (sync available).

O

onProgressUpdated(ProgressInfo) - Method in interface com.kii.cloud.filesync.ProgressCallback
Callbacked when update ProgressInfo.

P

PHONE_LABEL - Static variable in class com.kii.cloud.filesync.Account
 
ProgressCallback - Interface in com.kii.cloud.filesync
Callback interface to provide progress monitor.
ProgressInfo - Interface in com.kii.cloud.filesync
Container of progress information.

R

reset(Context) - Static method in class com.kii.cloud.filesync.KiiFS
Reset all sync specific data.

S

sync(Context, File, String, String, ProgressCallback) - Static method in class com.kii.cloud.filesync.KiiFS
Make sync the dir.
sync(Context, File, Account, ProgressCallback) - Static method in class com.kii.cloud.filesync.KiiFS
Make sync the dir.
SyncError - Enum in com.kii.cloud.filesync
Abstracted reason of sync failure.
SyncException - Exception in com.kii.cloud.filesync
Exception which provides information of sync and related error.
SyncException(SyncError, int, int) - Constructor for exception com.kii.cloud.filesync.SyncException
Create SyncError.

T

TAG - Static variable in class com.kii.cloud.filesync.KiiFS
 

V

valueOf(String) - Static method in enum com.kii.cloud.filesync.Account.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kii.cloud.filesync.SyncError
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.kii.cloud.filesync.Account.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kii.cloud.filesync.SyncError
Returns an array containing the constants of this enum type, in the order they are declared.

A C F G K O P R S T V