Interface | Description |
---|---|
AttributesCallback |
AttributesCallback interface is called when a user calls to get
the user-data, user-attributes, session-attributes etc.
|
InitCallback |
InitCallback interface is called on completion of SDK client initInBackground
method which is used to fetch the appconfig data from Server.
|
IntegrationServiceCallback |
IntegrationServiceCallback interface is called on completion of invokeOperationInBackground
method which is used to fetch the integration data from integration Server.
|
KNYBinaryDownloadCallback |
Interface to implement completion handlers for binary
Sync V2 facade implements the handler to invoke application callbacks
Created by kh1964 on 3/12/18.
|
KNYCallback |
Created by Chirag Mantri on 07/02/17.
|
KNYProgressCallback |
Created by KH2218 on 7/21/2017.
|
LoginCallback |
LoginCallback interface is called on completion of loginInBackground
method which is used to authenticate with Server.
|
LogoutCallback |
LogoutCallback interface is called on completion of logoutInBackground
method which is used to logout the authenticated user with Server.
|
MessageContentCallback |
MessageContentCallback interface is called on completion of Messaging
fetchAllMessages and fetchContentMessage which are used to fetch the data from Messaging Server.
|
MessagingCallback |
MessagingCallback interface is called on completion of Messaging register,unregister,
updateGeoLocation and markMessageRead methods which are used to call the Kony Messaging Server.
|
ObjectServiceCallback |
ObjectServiceCallback interface is called on completion of objectServiceOperation
method which is used to fetch the Object Service data from MF Server.
|
WebViewCallback |
WebViewCallback interface is called on completion of loginInBackground
method which is used to authenticate with Server.
|