public interface ProfileManagerSubscriber
| Modifier and Type | Method and Description |
|---|---|
void |
onConflictPatchingData(ProfileManager.ConflictResolver resolver)
Data version conflict occurred when patching or updating profile data.
|
void |
onProfileDetails(ComapiProfile profile)
SDK is notifying UI about logged user profile details change.
|
void |
profileCallFinishedSuccessfully(java.lang.String message)
Service call has been finished successfully.
|
void |
profileCallFinishedWithError(java.lang.String message)
Service call has been finished with errors.
|
void |
profileCallStarted()
Service call is running in the background.
|
void profileCallStarted()
void profileCallFinishedSuccessfully(java.lang.String message)
void profileCallFinishedWithError(java.lang.String message)
message - Error message.void onProfileDetails(ComapiProfile profile)
profile - New profile details.void onConflictPatchingData(ProfileManager.ConflictResolver resolver)
resolver - Object allowing conflict resolution.