Exemplo n.º 1
0
 public BleClientDelegate(CoreDelegateServices services) => this.services = services;
Exemplo n.º 2
0
 public SampleJob(CoreDelegateServices services) => this.services = services;
Exemplo n.º 3
0
 public GetDataJob(CoreDelegateServices services) => this.services = services;
Exemplo n.º 4
0
 public PushDelegate(CoreDelegateServices services, IPushManager pushManager)
 {
     this.services    = services;
     this.pushManager = pushManager;
 }
Exemplo n.º 5
0
 public HttpTransferDelegate(CoreDelegateServices services) => this.services = services;
Exemplo n.º 6
0
 public GeofenceDelegate(CoreDelegateServices services) => this.services = services;
Exemplo n.º 7
0
 public GpsDelegate(CoreDelegateServices services) => this.services = services;
Exemplo n.º 8
0
 public BeaconDelegate(CoreDelegateServices services) => this.services = services;