Ejemplo n.º 1
0
 public Payload(PayloadAlertMessage alert, int badge, string sound, IDictionary <string, object[]> customProperties)
 {
     this.alert            = alert;
     this.badge            = badge;
     this.sound            = sound;
     this.customProperties = customProperties;
 }
Ejemplo n.º 2
0
 public Payload(PayloadAlertMessage alert, int badge, string sound, IDictionary<string, object[]> customProperties)
 {
     this.alert = alert;
     this.badge = badge;
     this.sound = sound;
     this.customProperties = customProperties;
 }
Ejemplo n.º 3
0
 public Payload(PayloadAlertMessage alert, int badge, string sound)
     : this(alert, badge, sound, null)
 {
 }
Ejemplo n.º 4
0
 public Payload(PayloadAlertMessage alert, int badge, string sound)
     : this(alert, badge, sound, null)
 {
 }