| Name | Summary |
|---|---|
interface AbuseReportRecording A video recording evidence that can be used to collect video evidence when reporting abusive behavior or content within a platform. More details are available in our User Reporting Service Virtual Reality Check guideline | |
interface BlockedUser It contains an array of users who have been blocked by the logged in user. You can’t follow, be followed, invited, or searched by a blocked user. It can be retrieved using horizon.platform.users.Users.getBlockedUsers. | |
interface BlockedUserArray It contains an array of users who have been blocked by the logged in user. You can’t follow, be followed, invited, or searched by a blocked user. It can be retrieved using horizon.platform.users.Users.getBlockedUsers. | |
interface LaunchBlockFlowResult It’s used to block a user. Results of the launched block dialog including whether the user was successfully blocked and whether the viewer canceled the block flow. It can be retrieved using horizon.platform.users.Users.launchBlockFlow | |
interface LaunchFriendRequestFlowResult Users can initiate follow requests to other users encountered in the app by launching the process from within the app. After the follow request has been sent via a deeplinked modal, the viewer is returned to the app. Users may find this process more convenient than using the Meta Quest mobile app or returning to Meta Horizon Home to send follow requests since it is less disruptive to the app experience they are currently focused on. You can retrieve it using horizon.platform.users.Users.launchFriendRequestFlow. | |
interface LaunchUnblockFlowResult It’s used to unblock a user. Results of the launched unblock dialog including whether the user was successfully unblocked and whether the viewer canceled the unblock flow. It can be retrieved using horizon.platform.users.Users.launchUnblockFlow. | |
interface LinkedAccount Represents a linked account that is associated with the horizon.platform.users.models.User’s account in the system. It provides a way to store and manage information about linked accounts in the system, allowing users to easily access and manage their data or services from multiple platforms in one place | |
interface ManagedInfo If the user is a Meta Managed Account(MMA), the managed account for the user will contain further metadata information. There must be user consent via dialog during installation, your app must have DUC enabled, and the app must be admin-approved. | |
interface OrgScopedID An ID for a horizon.platform.users.models.User which is unique per Developer Dashboard team. This ID allows different apps within the same team to be able to identify the user. You can retrieve this ID by using horizon.platform.users.Users.getOrgScopedId. | |
interface SdkAccount A single user can have multiple sdk accounts associated with it. SDK accounts represent the oculus user and x-accounts that are linked to the particular user. Retrieve the SDK accounts by using, horizon.platform.users.Users.getSdkAccounts. | |
interface User This is the class that represents the individual users who use your application. Use the User object to retrieve information about your users, help them interact with your application, and customize their experience. You can query for information about a particular user using their user id, horizon.platform.users.models.User.id. To learn more, read our docs about users. Note: You must complete a Data Use Checkup(DUC) in order to gain access to user platform features. Read more about DUC here. | |
interface UserArray This is the class that represents the individual users who use your application. Use the User object to retrieve information about your users, help them interact with your application, and customize their experience. You can query for information about a particular user using their user id, horizon.platform.users.models.User.id. To learn more, read our | |
interface UserCapability This object represents a permission or capability for the logged in user, which can be retrieved by horizon.platform.users.Users.getLoggedInUser. It’s a type of array and there is a unique name for every user capability. | |
interface UserCapabilityArray This object represents a permission or capability for the logged in user, which can be retrieved by horizon.platform.users.Users.getLoggedInUser. It’s a type of array and there is a unique name for every user capability. | |
interface UserProof This object is retrieved from the horizon.platform.users.Users.getUserProof request and will contain a nonce that is used to verify the identity of the User. Read more about user verification in our User Verification guide NOTE: The nonce is only good for one check and then it is invalidated. | |
interface UserReportID The API has been deprecated. Please use LaunchReportFlowResult instead. |