getContextUsers

expect fun getContextUsers(contextId: String): List<UserInfo>

Gets a list of users of given context.

Return

list of users Info

Parameters

contextId

ID of the context

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is not connected.

actual fun getContextUsers(contextId: String): List<UserInfo>

Gets a list of users of given context.

Return

list of users Info

Parameters

contextId

ID of the context

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is not connected.

actual external fun getContextUsers(contextId: String): List<UserInfo>

Gets a list of users of given context.

Return

list of users Info

Parameters

contextId

ID of the context

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is not connected.