Ejemplo n.º 1
0
 protected internal FCMMessage(IList <string> registrationIds, FCMMessageNotification notification)
 {
     Registration_Ids = registrationIds;
     Notification     = notification;
 }
Ejemplo n.º 2
0
 protected internal FCMMessage(string to, FCMMessageNotification notification)
 {
     To           = to;
     Notification = notification;
 }