Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. privyIDLivenessSDK.privyCameraLiveness(new PrivyCameraLivenessCallBackListener() {
  2. @Override
  3. public void success(LivenessItem livenessItem) {
  4. String imagebase1 = livenessItem.getBaseImage1();
  5. String imagebase2 = livenessItem.getBaseImage2();
  6.  
  7. }
  8.  
  9. @Override
  10. public void failed(Throwable t) {
  11. Toast.makeText(getApplicationContext(), t.getMessage(), Toast.LENGTH_SHORT).show();
  12. }
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement