Beispiel #1
0
 public static async Task <Statuses> AddAsync(this ISensorsApi api, GoogleApiClient client, Request.SensorRequest request, Request.IOnDataPointListener listener)
 {
     return((await api.Add(client, request, listener)).JavaCast <Statuses> ());
 }
Beispiel #2
0
 public static async Task <Statuses> AddAsync(this ISensorsApi api, GoogleApiClient client, Request.SensorRequest request, Android.App.PendingIntent intent)
 {
     return((await api.Add(client, request, intent)).JavaCast <Statuses> ());
 }