Interface SendClientInfoCompletionHandler
-
public interface SendClientInfoCompletionHandlerDeclares a completion handler used to report the status of a SendClientInfo request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(UnifiedPortalError error)Operation failed.voidonSuccess()Success operation.
-
-
-
Method Detail
-
onSuccess
void onSuccess()
Success operation.
-
onError
void onError(UnifiedPortalError error)
Operation failed.- Parameters:
error- Not null if the request failed. Represents the error associated with the request.
-
-