struct ConnectedArgs (Niantic.ARDK.Networking.MultipeerNetworkingEventArgs.ConnectedArgs)
struct ConnectedArgs: Niantic.ARDK.Utilities.IArdkEventArgs {
// properties
IPeer Host;
bool IsHost;
IPeer Self;
// methods
ConnectedArgs(IPeer self, IPeer host);
};