struct KeyValuePairArgs (Niantic.Experimental.ARDK.SharedAR.KeyValuePairArgs)

Overview

Contains the key for Key/Value updated events Use IDatastore.GetData to query the new data associated with this key. More...

struct KeyValuePairArgs: Niantic.ARDK.Utilities.IArdkEventArgs {
    // properties

    string Key;

    // methods

    KeyValuePairArgs(string key);
};

Detailed Documentation

Contains the key for Key/Value updated events Use IDatastore.GetData to query the new data associated with this key.

注釈

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