ILocalUser

interface in UnityEngine.SocialPlatforms


Implements interfaces:IUserProfile

Switch to Manual

Description

表示本地用户或当前已登录的用户。

Variables

authenticated检查当前用户是否已通过身份验证。
friends用户的好友列表。
underage用户是否为未成年人?

Public Functions

Authenticate向当前活跃的 Social API 实现验证本地用户的身份,并获取其配置文件数据。
LoadFriends获取已登录用户的好友列表。如果此调用成功,则系统会填充 Social.localUser 实例上的好友列表。