public static class ProfileManager.ConflictResolver
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ComapiProfile |
getCurrentProfile()
Current profile data obtained from the services.
|
ComapiProfile |
getRequestedPatch()
Requested patch of user profile data.
|
void |
resolve(ComapiProfile resolution)
Resolve data version conflict.
|
public void resolve(ComapiProfile resolution)
resolution - Profile data to proceed with a previously failed patch. If null the SDK will cancel this patch request.public ComapiProfile getRequestedPatch()
public ComapiProfile getCurrentProfile()