Interface MessagingParticipantRetrievePictureCompletionHandler
-
public interface MessagingParticipantRetrievePictureCompletionHandlerDefines an interface that the client application needs to implement to receive the result of retrieve picture operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(MessagingException exception)voidonSuccess(byte[] pictureData)
-
-
-
Method Detail
-
onSuccess
void onSuccess(byte[] pictureData)
-
onError
void onError(MessagingException exception)
-
-