Skip to main content
Version: 10.13.x

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.
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.