SpatialAnchorExporter.RequestAccessAsync Method

Definition

Requests access for an app to export spatial anchors. This requires the spatialPerception capability.

public:
 static IAsyncOperation<SpatialPerceptionAccessStatus> ^ RequestAccessAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SpatialPerceptionAccessStatus> RequestAccessAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SpatialPerceptionAccessStatus> RequestAccessAsync();
function requestAccessAsync()
Public Shared Function RequestAccessAsync () As IAsyncOperation(Of SpatialPerceptionAccessStatus)

Returns

Operation that triggers once the user has completed any consent dialog, providing the access status.

Attributes

Windows requirements

App capabilities
spatialPerception

Applies to