enum LifeCycleOptions (Niantic.Experimental.ARDK.SharedAR.LifeCycleOptions)

Overview

Lifecycle options for a particular Key/Value pair. Used to define the behaviour of each entry relative to the peer that set it. More...

enum LifeCycleOptions {
    DuringActive,
    Persisted,
    UntilDisconnected,
};

Detailed Documentation

Lifecycle options for a particular Key/Value pair. Used to define the behaviour of each entry relative to the peer that set it.

注釈

: Currently, all datastore Key/Values behave as Session-persisted - they will remain until explicitly removed or the session times out.

注釈

This is an experimental feature. Experimental features should not be used in production products as they are subject to breaking changes, not officially supported, and may be deprecated without notice