public HttpTransferDelegate(CoreDelegateServices services) => this.services = services;
Ejemplo n.º 2
0
 public BleCentralDelegate(CoreDelegateServices services) => this.services = services;
Ejemplo n.º 3
0
 public LocationDelegates(CoreDelegateServices services) => this.services = services;
Ejemplo n.º 4
0
 public SampleJob(CoreDelegateServices services) => this.services = services;
 public BeaconDelegate(CoreDelegateServices services) => this.services = services;
Ejemplo n.º 6
0
 public PushDelegate(CoreDelegateServices services, IPushManager pushManager)
 {
     this.services    = services;
     this.pushManager = pushManager;
 }
Ejemplo n.º 7
0
 public PushDelegate(CoreDelegateServices services) => this.services = services;
Ejemplo n.º 8
0
 public BleDelegates(CoreDelegateServices services) => this.services = services;