Package com.google.doubleclick
Interface AdxExt.ImpExt.SKAdNetworkRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.ImpExt.SKAdNetworkRequest,AdxExt.ImpExt.SKAdNetworkRequest.Builder
- Enclosing class:
- AdxExt.ImpExt
public static interface AdxExt.ImpExt.SKAdNetworkRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdxExt.SKAdNetworkFidelityTypegetFidelities(int index)List of fidelity types supported, depending on the SKAdNetwork API version supported by the operating system and SDK as well as ad slot properties.intgetFidelitiesCount()List of fidelity types supported, depending on the SKAdNetwork API version supported by the operating system and SDK as well as ad slot properties.List<AdxExt.SKAdNetworkFidelityType>getFidelitiesList()List of fidelity types supported, depending on the SKAdNetwork API version supported by the operating system and SDK as well as ad slot properties.StringgetSkadnetids(int index)SKAdNetworkIdentifier entries in the publisher app's Info.plist.com.google.protobuf.ByteStringgetSkadnetidsBytes(int index)SKAdNetworkIdentifier entries in the publisher app's Info.plist.intgetSkadnetidsCount()SKAdNetworkIdentifier entries in the publisher app's Info.plist.List<String>getSkadnetidsList()SKAdNetworkIdentifier entries in the publisher app's Info.plist.StringgetSourceapp()ID of publisher app in Apple's App Store.com.google.protobuf.ByteStringgetSourceappBytes()ID of publisher app in Apple's App Store.StringgetVersion()Version of SKAdNetwork supported.com.google.protobuf.ByteStringgetVersionBytes()Version of SKAdNetwork supported.StringgetVersions(int index)List of SKAdNetwork versions supported, depending on the OS version and the SDK version.com.google.protobuf.ByteStringgetVersionsBytes(int index)List of SKAdNetwork versions supported, depending on the OS version and the SDK version.intgetVersionsCount()List of SKAdNetwork versions supported, depending on the OS version and the SDK version.List<String>getVersionsList()List of SKAdNetwork versions supported, depending on the OS version and the SDK version.booleanhasSourceapp()ID of publisher app in Apple's App Store.booleanhasVersion()Version of SKAdNetwork supported.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVersion
boolean hasVersion()
Version of SKAdNetwork supported. Dependent on both the OS version and the SDK version. Note: This field will be replaced by the BidRequest.mobile.skadn.versions field to support a list of version numbers.
optional string version = 1;- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()
Version of SKAdNetwork supported. Dependent on both the OS version and the SDK version. Note: This field will be replaced by the BidRequest.mobile.skadn.versions field to support a list of version numbers.
optional string version = 1;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Version of SKAdNetwork supported. Dependent on both the OS version and the SDK version. Note: This field will be replaced by the BidRequest.mobile.skadn.versions field to support a list of version numbers.
optional string version = 1;- Returns:
- The bytes for version.
-
getVersionsList
List<String> getVersionsList()
List of SKAdNetwork versions supported, depending on the OS version and the SDK version.
repeated string versions = 4;- Returns:
- A list containing the versions.
-
getVersionsCount
int getVersionsCount()
List of SKAdNetwork versions supported, depending on the OS version and the SDK version.
repeated string versions = 4;- Returns:
- The count of versions.
-
getVersions
String getVersions(int index)
List of SKAdNetwork versions supported, depending on the OS version and the SDK version.
repeated string versions = 4;- Parameters:
index- The index of the element to return.- Returns:
- The versions at the given index.
-
getVersionsBytes
com.google.protobuf.ByteString getVersionsBytes(int index)
List of SKAdNetwork versions supported, depending on the OS version and the SDK version.
repeated string versions = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the versions at the given index.
-
hasSourceapp
boolean hasSourceapp()
ID of publisher app in Apple's App Store.
optional string sourceapp = 2;- Returns:
- Whether the sourceapp field is set.
-
getSourceapp
String getSourceapp()
ID of publisher app in Apple's App Store.
optional string sourceapp = 2;- Returns:
- The sourceapp.
-
getSourceappBytes
com.google.protobuf.ByteString getSourceappBytes()
ID of publisher app in Apple's App Store.
optional string sourceapp = 2;- Returns:
- The bytes for sourceapp.
-
getSkadnetidsList
List<String> getSkadnetidsList()
SKAdNetworkIdentifier entries in the publisher app's Info.plist.
repeated string skadnetids = 3;- Returns:
- A list containing the skadnetids.
-
getSkadnetidsCount
int getSkadnetidsCount()
SKAdNetworkIdentifier entries in the publisher app's Info.plist.
repeated string skadnetids = 3;- Returns:
- The count of skadnetids.
-
getSkadnetids
String getSkadnetids(int index)
SKAdNetworkIdentifier entries in the publisher app's Info.plist.
repeated string skadnetids = 3;- Parameters:
index- The index of the element to return.- Returns:
- The skadnetids at the given index.
-
getSkadnetidsBytes
com.google.protobuf.ByteString getSkadnetidsBytes(int index)
SKAdNetworkIdentifier entries in the publisher app's Info.plist.
repeated string skadnetids = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the skadnetids at the given index.
-
getFidelitiesList
List<AdxExt.SKAdNetworkFidelityType> getFidelitiesList()
List of fidelity types supported, depending on the SKAdNetwork API version supported by the operating system and SDK as well as ad slot properties.
repeated .com.google.doubleclick.SKAdNetworkFidelityType fidelities = 5 [packed = true];- Returns:
- A list containing the fidelities.
-
getFidelitiesCount
int getFidelitiesCount()
List of fidelity types supported, depending on the SKAdNetwork API version supported by the operating system and SDK as well as ad slot properties.
repeated .com.google.doubleclick.SKAdNetworkFidelityType fidelities = 5 [packed = true];- Returns:
- The count of fidelities.
-
getFidelities
AdxExt.SKAdNetworkFidelityType getFidelities(int index)
List of fidelity types supported, depending on the SKAdNetwork API version supported by the operating system and SDK as well as ad slot properties.
repeated .com.google.doubleclick.SKAdNetworkFidelityType fidelities = 5 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The fidelities at the given index.
-
-