Click or drag to resize
IQuickbloxClientGetAccountSettingsAsync Method
Returns account settings (account ID, endpoints, etc.)

Namespace: Quickblox.Sdk
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Task<HttpResponse<AccountResponse>> GetAccountSettingsAsync(
	string accountKey
)

Parameters

accountKey
Type: SystemString
Account key from admin panel

Return Value

Type: TaskHttpResponseAccountResponse
AccountResponse
See Also