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,
};