| 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.LocationModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse<GeoDataResponse>> CreatePushGeoDataAsync(
CreateGeoDataWithPushRequest createGeoDataWithPushRequest
)
Public Function CreatePushGeoDataAsync (
createGeoDataWithPushRequest As CreateGeoDataWithPushRequest
) As Task(Of HttpResponse(Of GeoDataResponse))
public:
Task<HttpResponse<GeoDataResponse^>^>^ CreatePushGeoDataAsync(
CreateGeoDataWithPushRequest^ createGeoDataWithPushRequest
)
member CreatePushGeoDataAsync :
createGeoDataWithPushRequest : CreateGeoDataWithPushRequest -> Task<HttpResponse<GeoDataResponse>>
Parameters
- createGeoDataWithPushRequest
- Type: Quickblox.Sdk.Modules.LocationModule.RequestsCreateGeoDataWithPushRequest
The create geo data with push request.
Return Value
Type:
TaskHttpResponseGeoDataResponseSuccess HTTP Status Code 201
See Also