コード例 #1
0
 protected internal FCMMessage(IList <string> registrationIds, FCMMessageNotification notification)
 {
     Registration_Ids = registrationIds;
     Notification     = notification;
 }
コード例 #2
0
 protected internal FCMMessage(string to, FCMMessageNotification notification)
 {
     To           = to;
     Notification = notification;
 }