interface IPeerID (Niantic.Experimental.ARDK.SharedAR.IPeerID)

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

interface IPeerID: IEquatable< IPeerID > {
    // properties

    Guid Identifier;
};

// direct descendants

class PeerIDv0;