Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Context appContext = getApplicationContext();
  2. // tag the device with "tag"
  3. Pushbots.getInstance().tag(appContext, "tag", null);
  4.  
  5. // Tag the device with "tag"
  6. [[Pushbots getInstance] tag:@"tag"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement