Click or drag to resize
LocationClientCreatePushGeoDataAsync Method
You can create or update geodata with sending a push notification to all users who is located in your radius.

Namespace: Quickblox.Sdk.Modules.LocationModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse<GeoDataResponse>> CreatePushGeoDataAsync(
	CreateGeoDataWithPushRequest createGeoDataWithPushRequest
)

Parameters

createGeoDataWithPushRequest
Type: Quickblox.Sdk.Modules.LocationModule.RequestsCreateGeoDataWithPushRequest
The create geo data with push request.

Return Value

Type: TaskHttpResponseGeoDataResponse
Success HTTP Status Code 201
See Also