SocialPlatforms.GameCenter.GameCenterPlatform.LoadUsers
LoadUsers(userIds: string[], callback: Action<IUserProfile[]>): void;
void LoadUsers(string[] userIds, Action<IUserProfile[]> callback);
def LoadUsers(userIds as string[], callback as Action<IUserProfile[]>) as void
Description