示例#1
0
 public override void ReceivedPushNotification(MSPush push, MSPushNotification pushNotification)
 {
     OnPushNotificationReceivedAction?.Invoke(pushNotification);
 }
示例#2
0
 public void OnPushNotificationReceived(Activity activity, AndroidPushNotification notification)
 {
     OnPushNotificationReceivedAction?.Invoke(notification);
 }