C Specification

The XrAnchorSharingTokenANDROID structure is defined as:

// Provided by XR_ANDROID_anchor_sharing_export
typedef struct XrAnchorSharingTokenANDROID {
    XrStructureType     type;
    void*               next;
    struct AIBinder*    token;
} XrAnchorSharingTokenANDROID;

Members

Member Descriptions
  • type is the XrStructureType of this structure.

  • next is NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension.

  • token is the Android binder reference that the runtime returns to the application.

Description

Other extensions may define functions that use the XrAnchorSharingTokenANDROID::token to access the anchor from other sessions.

Valid Usage (Implicit)

See Also

Document Notes

For more information, see the OpenXR Specification

This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.

Copyright 2014-2025 The Khronos Group Inc.