-
public final class ErrorEvent.CellularCellular connectivity properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Cellular.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringtechnologyprivate final StringcarrierName
-
Constructor Summary
Constructors Constructor Description ErrorEvent.Cellular(String technology, String carrierName)
-
Method Summary
Modifier and Type Method Description final StringgetTechnology()final StringgetCarrierName()final JsonElementtoJson()-
-
Method Detail
-
getTechnology
final String getTechnology()
-
getCarrierName
final String getCarrierName()
-
toJson
final JsonElement toJson()
-
-
-
-