querySelfUserInfo abstract method

Future<ZIMSelfUserInfoQueriedResult> querySelfUserInfo()

Available since: 2.15.0 and later versions.

Description:Query information about the current user and user rules. In offline state, you can query local data.

Use cases: If you need to display the user information and rules, you can invoke the query, for example, to enter the personal page of the current user.

When to call /Trigger: Call after login.

Restrictions: ZIMSelfUserInfoQueriedResultZIMEventHandler.onUserInfoUpdatedZIMEventHandler.onUserRuleUpdated

Implementation

Future<ZIMSelfUserInfoQueriedResult> querySelfUserInfo();