Android Studio Sign in

Config.AnchorPersistenceMode


public final class Config.AnchorPersistenceMode implements Config.ConfigMode


Feature that allows anchors to be persisted through sessions.

This feature does not require any additional application permissions.

Summary

Public fields

static final @NonNull Config.AnchorPersistenceMode

Anchors cannot be persisted.

static final @NonNull Config.AnchorPersistenceMode

Anchors may be persisted and will be saved in the application's local storage.

Public methods

@NonNull String

Inherited methods

From androidx.xr.runtime.Config.ConfigMode
boolean

Queries whether the ConfigMode is supported and is available to be configured for the session via Session.configure.

Public fields

DISABLED

public static final @NonNull Config.AnchorPersistenceMode DISABLED

Anchors cannot be persisted.

LOCAL

public static final @NonNull Config.AnchorPersistenceMode LOCAL

Anchors may be persisted and will be saved in the application's local storage.

Public methods

toString

public @NonNull String toString()
Morty Proxy This is a proxified and sanitized view of the page, visit original site.