-
fetchAllMessagesFailureCallback(error)
-
Fetch all messages service failure callback method.
Parameters:
Name |
Type |
Description |
error |
json
|
Error information |
- Source:
-
fetchAllMessagesSuccessCallback(response)
-
Fetch all messages success callback method.
Parameters:
Name |
Type |
Description |
response |
json
|
Fetch all messages response |
- Source:
-
fetchBackendTokenFailureCallback(error)
-
Fetch backend token callback method.
Parameters:
Name |
Type |
Description |
error |
json
|
Error information |
- Source:
-
fetchBackendTokenSuccessCallback(providerToken)
-
Fetch backend token callback method.
Parameters:
Name |
Type |
Description |
providerToken |
string
|
Provider token value |
- Source:
-
getProfileFailureCallback()
-
Get profile callback method.
- Source:
-
getProfileSuccessCallback(profile)
-
Get profile callback method.
Parameters:
Name |
Type |
Description |
profile |
object
|
Profile object |
- Source:
-
initFailureCallback()
-
Init failure callback method.
- Source:
-
initSuccessCallback(mainRef)
-
Init success callback method.
Parameters:
Name |
Type |
Description |
mainRef |
json
|
Application Configuration |
- Source:
-
integrationFailureCallback(error)
-
Integration service failure callback method.
Parameters:
Name |
Type |
Description |
error |
json
|
Error information |
- Source:
-
integrationSuccessCallback(response)
-
Integration service success callback method.
Parameters:
Name |
Type |
Description |
response |
json
|
Integration service response |
- Source:
-
loginFailureCallback(error)
-
Login failure callback method.
Parameters:
Name |
Type |
Description |
error |
json
|
Error information |
- Source:
-
loginSuccessCallback(claimsToken)
-
Login success callback method.
Parameters:
Name |
Type |
Description |
claimsToken |
string
|
Claims token value |
- Source:
-
logoutFailureCallback()
-
Logout failure callback method.
- Source:
-
logoutSuccessCallback()
-
Logout success callback method.
- Source:
-
markReadFailureCallback(error)
-
Mark meesage as read service failure callback method.
Parameters:
Name |
Type |
Description |
error |
json
|
Error information |
- Source:
-
markReadSuccessCallback(response)
-
Mark meesage as read service success callback method.
Parameters:
Name |
Type |
Description |
response |
json
|
Mark meesage as read service response |
- Source:
-
messageContentFailureCallback(error)
-
Message content service failure callback method.
Parameters:
Name |
Type |
Description |
error |
json
|
Error information |
- Source:
-
messageContentSuccessCallback(response)
-
Message content service success callback method.
Parameters:
Name |
Type |
Description |
response |
json
|
Message content service response |
- Source:
-
registerFailureCallback(error)
-
Register service failure callback method.
Parameters:
Name |
Type |
Description |
error |
json
|
Error information |
- Source:
-
registerSuccessCallback(response)
-
register success callback method.
Parameters:
Name |
Type |
Description |
response |
json
|
register response |
- Source:
-
unregisterFailureCallback()
-
unregister service failure callback method.
- Source:
-
unregisterSuccessCallback()
-
unregister success callback method.
- Source:
-
updateLocationFailureCallback(error)
-
Update location service failure callback method.
Parameters:
Name |
Type |
Description |
error |
json
|
Error information |
- Source:
-
updateLocationSuccessCallback(response)
-
Update location service success callback method.
Parameters:
Name |
Type |
Description |
response |
json
|
Update location response |
- Source: