Advertisement
Guest User

Untitled

a guest
Jun 4th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // Android
  2. if (typeof CGT != 'undefined' && typeof CGT.callback != 'undefined') {
  3.  
  4. CGT.callback(username, password);
  5. CGT.close();
  6.  
  7. // iOS
  8. } else if(registrationData.device_type === 'mobile') {
  9. CGT_LOGIN_CALLBACK = {
  10. username: username,
  11. password: password
  12. }
  13. } else {
  14.  
  15. ....
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement