Example #1
0
        public static void setPushTokenReceivedFromSystemDelegate(PushTokenReceivedFromSystem responseDelegate)
        {
            BrazeInternalComponent internalComponent = Instance.GetComponent <BrazeInternalComponent>();

            internalComponent.setPushTokenReceivedFromSystemDelegate(responseDelegate);
        }
Example #2
0
        public static void setPushPromptResponseReceivedDelegate(PushPromptResponseReceived responseDelegate)
        {
            BrazeInternalComponent internalComponent = Instance.GetComponent <BrazeInternalComponent>();

            internalComponent.setPushPromptResponseReceivedDelegate(responseDelegate);
        }