Guest User

Untitled

a guest
Jan 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /* This call will:
  2. * - Check on SharedPreferences if a previous token has been saved
  3. * - Save the current token on SharedPreferences
  4. * - Initialize the MpnDevice object with the previous and current tokens
  5. */
  6. MpnDevice device = new MpnDevice(appContext, senderId, token);
  7.  
  8. // The MpnDevice object is initialized and ready for use
Add Comment
Please, Sign In to add comment