Example #1
0
 private static extern void appcenter_unity_push_set_received_push_impl(ReceivedPushNotificationDelegate functionPtr);
Example #2
0
 private static void Initialize()
 {
     _receivedPushDel = ReceivedPushNotificationFunc;
     appcenter_unity_push_set_received_push_impl(_receivedPushDel);
 }