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

Overview

The current connection state of the device to Lightship servers. More...

enum ConnectionState: byte {
    Disconnected = 0,
    Connecting   = 1,
    Connected    = 2,
};

Detailed Documentation

The current connection state of the device to Lightship servers.

注釈

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