Config.AnchorPersistenceMode


class Config.AnchorPersistenceMode


Feature that allows anchors to be persisted through sessions.

This feature does not require any additional application permissions.

Summary

Public companion properties

Config.AnchorPersistenceMode

Anchors cannot be persisted.

Config.AnchorPersistenceMode

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

Public functions

open String

Public companion properties

DISABLED

val DISABLEDConfig.AnchorPersistenceMode

Anchors cannot be persisted.

LOCAL

val LOCALConfig.AnchorPersistenceMode

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

Public functions

toString

open fun toString(): String