Click or drag to resize
LocationClientDeleteGeoDataByDays Method
Maximum age of data that should remain in the database after a query.

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> DeleteGeoDataByDays(
	int days
)

Parameters

days
Type: SystemInt32
The days.

Return Value

Type: TaskHttpResponse
Success HTTP Status Code 200
See Also