Skip to main content

UnityMessageHandler Class

Communicates to Unity the received native notifications. More...

Public Member Functions

void HandleNativeMessage (string message)
 Triggers all the registered handlers for a native notification when it is received. More...
 

Detailed Description

Communicates to Unity the received native notifications.

Member Function Documentation

◆ HandleNativeMessage()

void BFGSDK.UnityMessageHandler.HandleNativeMessage (string message)
inline
Triggers all the registered handlers for a native notification when it is received.
Parameters
messageA notification received from the native platform, i.e iOS or Android.