Skip to main content
Version: 3.2

enum NetworkState

(Niantic.Lightship.SharedAR.Networking.NetworkState)

The current connection state of the device to Lightship rooms.


enum NetworkState: byte {
JoiningRoom = 0,
InRoom = 1,
LeavingRoom = 2,
NotInRoom = 3,
};