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

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

            internalComponent.setPushPromptResponseReceivedDelegate(responseDelegate);
        }