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

注釈

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

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

    ConnectionState connectionState;

    // methods

    ConnectionStateArgs(ConnectionState state);
};