Config.AnchorPersistenceMode


public final class Config.AnchorPersistenceMode


Feature that allows Anchor's to be peristed 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.

Public methods

@NonNull String

Public fields

Disabled

public static final @NonNull Config.AnchorPersistenceMode Disabled

Anchors cannot be persisted.

Enabled

public static final @NonNull Config.AnchorPersistenceMode Enabled

Anchors may be persisted.

Public methods

toString

public @NonNull String toString()