You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update adds new methods (setExternalUserId(string) and removeExternalUserId) allowing you to target push notifications using your own custom user ID's instead of having to store OneSignal player ID's.
Catch for SecurityException from JobIntentService & Misc Improvements
Removed ACTION_BOOT_COMPLETED for BOOT_COMPLETED
ACTION_BOOT_COMPLETED is invalid, BOOT_COMPLETED is the correct intent action
Catches security exception from Job Intent Service