| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
PropertyValue.clone() |
PropertyValue |
PropertyValue.set(String fieldName,
Object value) |
PropertyValue |
PropertyValue.setBoolValue(Boolean boolValue)
A boolean value.
|
PropertyValue |
PropertyValue.setDoubleValue(Double doubleValue)
A double value.
|
PropertyValue |
PropertyValue.setDurationValue(String durationValue)
A duration value.
|
PropertyValue |
PropertyValue.setIntValue(Long intValue)
An integer value.
|
PropertyValue |
PropertyValue.setStringValue(String stringValue)
A string value.
|
PropertyValue |
PropertyValue.setTimestampValue(String timestampValue)
A timestamp value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyValue> |
PlayerGameEvent.getEventProperties()
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
PlayerGameEvent |
PlayerGameEvent.setEventProperties(Map<String,PropertyValue> eventProperties)
Optional.
|
Copyright © 2011–2026 Google. All rights reserved.