public static interface Snapshot.TakeSnapshotCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(MobileError error)
Gets executed after unsuccessful snapshot capture operation.
|
void |
onSuccess(Snapshot snapshot)
Gets executed after successful snapshot capture operation.
|
void onSuccess(Snapshot snapshot)
snapshot
- void onError(MobileError error)
error
-