| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceIosDetails |
InstanceIosDetails.clone() |
InstanceIosDetails |
Instance.getIosInstance()
Platform dependent details for iOS.
|
InstanceIosDetails |
InstanceIosDetails.set(java.lang.String fieldName,
java.lang.Object value) |
InstanceIosDetails |
InstanceIosDetails.setBundleIdentifier(java.lang.String bundleIdentifier)
Bundle identifier.
|
InstanceIosDetails |
InstanceIosDetails.setItunesAppId(java.lang.String itunesAppId)
iTunes App ID.
|
InstanceIosDetails |
InstanceIosDetails.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
InstanceIosDetails |
InstanceIosDetails.setPreferredForIpad(java.lang.Boolean preferredForIpad)
Indicates that this instance is the default for new installations on iPad devices.
|
InstanceIosDetails |
InstanceIosDetails.setPreferredForIphone(java.lang.Boolean preferredForIphone)
Indicates that this instance is the default for new installations on iPhone devices.
|
InstanceIosDetails |
InstanceIosDetails.setSupportIpad(java.lang.Boolean supportIpad)
Flag to indicate if this instance supports iPad.
|
InstanceIosDetails |
InstanceIosDetails.setSupportIphone(java.lang.Boolean supportIphone)
Flag to indicate if this instance supports iPhone.
|
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.setIosInstance(InstanceIosDetails iosInstance)
Platform dependent details for iOS.
|