Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Config config = SinchVerification.config().applicationKey(APPLICATION_KEY) .appHash(APPLICATION_HASH)
  2. .context(getApplicationContext())
  3. .build();
  4.  
  5. SinchVerification.createSmsVerification(config, mPhoneNumber, listener);
  6.  
  7. SinchVerification.createFlashCallVerification(config, mPhoneNumber, listener, mShouldFallback);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement