Communicates to Unity the received native notifications.
More... |
void | HandleNativeMessage (string message) |
| Triggers all the registered handlers for a native notification when it is received. More...
|
|
Communicates to Unity the received native notifications.
◆ HandleNativeMessage()
void BFGSDK.UnityMessageHandler.HandleNativeMessage | ( | string | message | ) | |
| inline |
Triggers all the registered handlers for a native notification when it is received.
- Parameters
message | A notification received from the native platform, i.e iOS or Android. |