Package: com.keepsolid.androidkeepsolidcommon.commonsdk.api.transport
setApplicationID
void setApplicationID(java.lang.String appID)
setApplicationSecret
void setApplicationSecret(java.lang.String appSecret)
buildAuthRequest
KSRequest buildAuthRequest(java.lang.String action)
The newly constructed KSRequest object or null if construction fails.
buildAuthRequest
KSRequest buildAuthRequest(java.lang.String action, java.util.HashMap<java.lang.String,java.lang.String> params)
The newly constructed KSRequest object or null if construction fails.
buildAPIRequest
KSRequest buildAPIRequest(java.lang.String action)
The newly constructed KSRequest object or null if construction fails.
buildAPIRequest
KSRequest buildAPIRequest(java.lang.String action, java.util.HashMap<java.lang.String,java.lang.String> params)
The newly constructed KSRequest object or null if construction fails.
buildKeepSolidAPIRequest
KSRequest buildKeepSolidAPIRequest(java.lang.String action)
buildKeepSolidAPIRequest
KSRequest buildKeepSolidAPIRequest(java.lang.String action, java.util.HashMap<java.lang.String,java.lang.String> params)
The newly constructed KSRequest object or null if construction fails.
buildCustomRequest
KSRequest buildCustomRequest(java.lang.String customUrl)
The newly constructed KSRequest object or null if construction fails.
buildCustomRequest
KSRequest buildCustomRequest(java.lang.String customUrl, java.util.HashMap<java.lang.String,java.lang.String> params)
The newly constructed KSRequest object or null if construction fails.
buildImageRequest
KSImageRequest buildImageRequest(java.lang.String url, int maxWidth, int maxHeight)
KSImageRequest request for retrieving an image
buildImageRequest
KSImageRequest buildImageRequest(java.lang.String url)
KSImageRequest request for retrieving an image
static final java.lang.String ACTION_REGISTER
static final java.lang.String ACTION_AUTHORIZE
static final java.lang.String ACTION_SIGN_OUT
static final java.lang.String ACTION_RESEND_CONFIRMATION_EMAIL
static final java.lang.String ACTION_RECOVER_PASSWORD
static final java.lang.String ACTION_ACCOUNT_STATUS
static final java.lang.String ACTION_ACCOUNT_INFO
static final java.lang.String ACTION_USER_DEVICES_LIST
static final java.lang.String ACTION_VPN_DEVICES_LIST
static final java.lang.String ACTION_SESSION_HISTORY_BY_DEVICE
See KSAccountManager.getStatisticsForDevice(KSAccountDevice)
static final java.lang.String ACTION_VALIDATE_PURCHASE