Closed jkasten2 closed 7 years ago
Hi @jkasten2,
The onStatus
method is meant for internal use only and should not be exposed to the developers. The same applies for the NOTIFICATION_RECEIVED
event. The event is used to receive a message from the native library. The message is parsed by the ActionScript library and OneSignalNotification
object is created. This object can be retrieved by the developers using a notification callback.
There is a
onStatus
function inOneSignal.as
however it is not documented in theREADME.MD
. Include information on how to setup one and read the notification from theNOTIFICATION_RECEIVED
event as well.