コード例 #1
0
ファイル: PushInternal.cs プロジェクト: katyushi/HA-Game
 private static extern void appcenter_unity_push_set_received_push_impl(ReceivedPushNotificationDelegate functionPtr);
コード例 #2
0
ファイル: PushInternal.cs プロジェクト: katyushi/HA-Game
 private static void Initialize()
 {
     _receivedPushDel = ReceivedPushNotificationFunc;
     appcenter_unity_push_set_received_push_impl(_receivedPushDel);
 }