Click or drag to resize
UsersClientGetUserByIdAsyncT Method (Int32)
Show API User by identifier (generic)

Namespace: Quickblox.Sdk.Modules.UsersModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse<UserResponse<T>>> GetUserByIdAsync<T>(
	int userId
)
where T : User

Parameters

userId
Type: SystemInt32
The user identifier.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Quickblox.Sdk.Modules.UsersModule.UsersClient.GetUserByIdAsync``1(System.Int32)"]

Return Value

Type: TaskHttpResponseUserResponseT

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.UsersModule.UsersClient.GetUserByIdAsync``1(System.Int32)"]

See Also