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

Overview

Connection events that are fired from INetworking.ConnectionEvent. More…

enum ConnectionEvents: byte {
    Connected       = 0,
    Disconnected    = 1,
    ConnectionError = 2,
};

Detailed Documentation

Connection events that are fired from INetworking.ConnectionEvent.

Note

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