class PeerIDv0 (Niantic.Experimental.ARDK.SharedAR.PeerIDv0)

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

class PeerIDv0: Niantic.Experimental.ARDK.SharedAR.IPeerID {
public:
    // properties

    Guid Identifier;

    // methods

    static IPeerID GetPeerID(Guid peerId);
    bool Equals(IPeerID info);
    override bool Equals(object obj);
    override int GetHashCode();
};

Inherited Members

public:
    // properties

    Guid Identifier;