|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextConnectorStatusCallback
The Interface ContextConnectorStatusCallback provides interface methods for requesting specific information regarding the status of the ContextCoreConnector.
ContextCoreConnector
Method Summary | |
---|---|
void |
enabled(ContextConnectorPermissions contextConnectorPermissions)
This callback method is invoked when everything is ok and will give you details on what permissions your user has set for your application. |
void |
failure(int statusCode,
String errorMessage)
In case of failures, generally due to network issue, environment issue, or simply issues in Gimbal, we use this call back to report the problem. |
void |
notInitialized()
This callback method is invoked when Gimbal is not initialized. |
void |
notInstalled()
This callback method is invoked when Gimbal is not installed on the device. |
void |
permissionDisabled(ContextConnectorPermissions contextConnectorPermissions)
You are in a state where Gimbal is installed, terms are approved, initialized but your user has declined giving permissions to your application. |
void |
termsOfServiceNotYetAccepted()
This callback method is invoked when your user has not approved the terms of services within Gimbal. |
Method Detail |
---|
void notInstalled()
void notInitialized()
void termsOfServiceNotYetAccepted()
void enabled(ContextConnectorPermissions contextConnectorPermissions)
contextConnectorPermissions
- the context connector permissionsvoid permissionDisabled(ContextConnectorPermissions contextConnectorPermissions)
contextConnectorPermissions
- the context connector permissionsvoid failure(int statusCode, String errorMessage)
statusCode
- the status codeerrorMessage
- the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |