localUserRegistered property

UserAccountCallback? localUserRegistered
getter/setter pair

Occurs when the local user registers a user account. After the local user successfully calls registerLocalUserAccount to register the user account or calls joinChannelWithUserAccount to join a channel, the SDK triggers the callback and informs the local user's UID and User Account.

Param uid The ID of the local user.

Param userAccount The user account of the local user.

Implementation

UserAccountCallback? localUserRegistered;