Messaging Utils
object MessagingUtils
Content copied to clipboard
Types
BrazeInternalComponentMethod
Link copied to clipboard
enum BrazeInternalComponentMethod : Enum<MessagingUtils.BrazeInternalComponentMethod>
Content copied to clipboard
Functions
sendContentCardsUpdatedEventToUnity
Link copied to clipboard
fun sendContentCardsUpdatedEventToUnity(unityGameObjectName: String?, unityCallbackFunctionName: String?, contentCardsUpdatedEvent: ContentCardsUpdatedEvent): Boolean
Content copied to clipboard
sendFeedUpdatedEventToUnity
Link copied to clipboard
fun sendFeedUpdatedEventToUnity(unityGameObjectName: String?, unityCallbackFunctionName: String?, feedUpdatedEvent: FeedUpdatedEvent): Boolean
Content copied to clipboard
sendInAppMessageReceivedMessage
Link copied to clipboard
fun sendInAppMessageReceivedMessage(unityGameObjectName: String, unityCallbackFunctionName: String, inAppMessage: IInAppMessage): Boolean
Content copied to clipboard
sendPushMessageToUnity
Link copied to clipboard
sendSdkAuthErrorEventToUnity
Link copied to clipboard
fun sendSdkAuthErrorEventToUnity(unityGameObjectName: String?, unityCallbackFunctionName: String?, sdkAuthError: BrazeSdkAuthenticationErrorEvent): Boolean
Content copied to clipboard
sendToBrazeInternalComponent
Link copied to clipboard
fun sendToBrazeInternalComponent(method: MessagingUtils.BrazeInternalComponentMethod, json: String)
Content copied to clipboard