public interface IContactPhotoResultCallback extends IBaseCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(IContactPhotoResultCallbackError error)
This method is called on Error
|
void |
onResult(byte[] contactPhoto)
This method is called on Result
|
void |
onWarning(byte[] contactPhoto,
IContactPhotoResultCallbackWarning warning)
This method is called on Warning
|
getAPIGroup, getAPIVersionvoid onError(IContactPhotoResultCallbackError error)
error - returned by the platformvoid onResult(byte[] contactPhoto)
contactPhoto - returned by the platformvoid onWarning(byte[] contactPhoto,
IContactPhotoResultCallbackWarning warning)
contactPhoto - returned by the platformwarning - returned by the platform