getUserIdentities

@WorkerThread
fun getUserIdentities(context: Context, workspaceId: String? = null): Map<String, String>?

Identities of the user that has been set.

Note: This method should be called on a worker thread.

Parameters

context

Instance of Context

workspaceId

Workspace Identifier

Throws

if the SDK is not initialized.