Config.AnchorPersistenceMode


class Config.AnchorPersistenceMode


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

Public functions

open String

Public companion properties

Disabled

val DisabledConfig.AnchorPersistenceMode

Anchors cannot be persisted.

Enabled

val EnabledConfig.AnchorPersistenceMode

Anchors may be persisted.

Public functions

toString

open fun toString(): String