Skip to main content

struct DatastoreCallbackArgs

(Niantic.Lightship.SharedAR.Datastore.DatastoreCallbackArgs)

Data passed in the Datastore callback

struct DatastoreCallbackArgs {
// properties

DatastoreOperationType OperationType;
Result Result;
UInt32 RequestId;
string Key;
byte[] Value;
UInt32 Version;

// methods

DatastoreCallbackArgs(
DatastoreOperationType operationType,
Result result,
UInt32 requestId,
string key,
byte[] value,
UInt32 version
);
};