struct PeerIDArgs (Niantic.Experimental.ARDK.SharedAR.PeerIDArgs)

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

struct PeerIDArgs: Niantic.ARDK.Utilities.IArdkEventArgs {
    // properties

    IPeerID PeerID;

    // methods

    PeerIDArgs(IPeerID peerid);
};