Guest User

Untitled

a guest
Sep 24th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. void Start()
  2. {
  3.  
  4. OneSignal.StartInit("App ID from oneSignal.")
  5. .HandleNotificationReceived(HandleNotificationReceived)
  6. //.InFocusDisplaying(OneSignal.OSInFocusDisplayOption.Notification)
  7. .EndInit();
Add Comment
Please, Sign In to add comment