| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
RoomLeaveDiagnostics |
RoomLeaveDiagnostics.clone() |
RoomLeaveDiagnostics |
RoomLeaveRequest.getLeaveDiagnostics()
Diagnostics for a player leaving the room.
|
RoomLeaveDiagnostics |
RoomLeaveDiagnostics.set(String fieldName,
Object value) |
RoomLeaveDiagnostics |
RoomLeaveDiagnostics.setAndroidNetworkSubtype(Integer androidNetworkSubtype)
Android network subtype.
|
RoomLeaveDiagnostics |
RoomLeaveDiagnostics.setAndroidNetworkType(Integer androidNetworkType)
Android network type.
|
RoomLeaveDiagnostics |
RoomLeaveDiagnostics.setIosNetworkType(Integer iosNetworkType)
iOS network type as defined in Reachability.h.
|
RoomLeaveDiagnostics |
RoomLeaveDiagnostics.setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomLeaveDiagnostics |
RoomLeaveDiagnostics.setNetworkOperatorCode(String networkOperatorCode)
The MCC+MNC code for the client's network connection.
|
RoomLeaveDiagnostics |
RoomLeaveDiagnostics.setNetworkOperatorName(String networkOperatorName)
The name of the carrier of the client's network connection.
|
RoomLeaveDiagnostics |
RoomLeaveDiagnostics.setPeerSession(List<PeerSessionDiagnostics> peerSession)
Diagnostics about all peer sessions.
|
RoomLeaveDiagnostics |
RoomLeaveDiagnostics.setSocketsUsed(Boolean socketsUsed)
Whether or not sockets were used.
|
| Modifier and Type | Method and Description |
|---|---|
RoomLeaveRequest |
RoomLeaveRequest.setLeaveDiagnostics(RoomLeaveDiagnostics leaveDiagnostics)
Diagnostics for a player leaving the room.
|
Copyright © 2011–2020 Google. All rights reserved.