Package com.google.doubleclick
Enum AdxExt.SKAdNetworkFidelityType
- java.lang.Object
-
- java.lang.Enum<AdxExt.SKAdNetworkFidelityType>
-
- com.google.doubleclick.AdxExt.SKAdNetworkFidelityType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AdxExt.SKAdNetworkFidelityType>
- Enclosing class:
- AdxExt
public static enum AdxExt.SKAdNetworkFidelityType extends Enum<AdxExt.SKAdNetworkFidelityType> implements com.google.protobuf.ProtocolMessageEnum
SKAdNetwork API starting from version 2.2 supports multiple ad presentation options specified by the `fidelity-type` parameter of the SKAdNetwork signature. The following are the fidelity types supported by Apple. For more info visit: https://developer.apple.com/documentation/storekit/skadnetwork/signing_and_providing_ads
Protobuf enumcom.google.doubleclick.SKAdNetworkFidelityType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description STOREKIT_RENDERED_ADSAttribution for app installs initiated from the StoreKit-rendered App Store product page driven by ad clicks.VIEW_THROUGH_ADSAttribution for app installs within 24 hours of viewing an ad for at least 3 seconds.
-
Field Summary
Fields Modifier and Type Field Description static intSTOREKIT_RENDERED_ADS_VALUEAttribution for app installs initiated from the StoreKit-rendered App Store product page driven by ad clicks.static intVIEW_THROUGH_ADS_VALUEAttribution for app installs within 24 hours of viewing an ad for at least 3 seconds.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdxExt.SKAdNetworkFidelityTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AdxExt.SKAdNetworkFidelityType>internalGetValueMap()static AdxExt.SKAdNetworkFidelityTypevalueOf(int value)Deprecated.static AdxExt.SKAdNetworkFidelityTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AdxExt.SKAdNetworkFidelityTypevalueOf(String name)Returns the enum constant of this type with the specified name.static AdxExt.SKAdNetworkFidelityType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
VIEW_THROUGH_ADS
public static final AdxExt.SKAdNetworkFidelityType VIEW_THROUGH_ADS
Attribution for app installs within 24 hours of viewing an ad for at least 3 seconds. Supported for SKAdnetwork version 2.2 and up. For more info see: https://developer.apple.com/documentation/storekit/skadnetwork/generating_the_signature_to_validate_view-through_ads
VIEW_THROUGH_ADS = 0;
-
STOREKIT_RENDERED_ADS
public static final AdxExt.SKAdNetworkFidelityType STOREKIT_RENDERED_ADS
Attribution for app installs initiated from the StoreKit-rendered App Store product page driven by ad clicks. Supported for all SKAdNetwork versions. For more info see: https://developer.apple.com/documentation/storekit/skadnetwork/generating_the_signature_to_validate_storekit-rendered_ads
STOREKIT_RENDERED_ADS = 1;
-
-
Field Detail
-
VIEW_THROUGH_ADS_VALUE
public static final int VIEW_THROUGH_ADS_VALUE
Attribution for app installs within 24 hours of viewing an ad for at least 3 seconds. Supported for SKAdnetwork version 2.2 and up. For more info see: https://developer.apple.com/documentation/storekit/skadnetwork/generating_the_signature_to_validate_view-through_ads
VIEW_THROUGH_ADS = 0;- See Also:
- Constant Field Values
-
STOREKIT_RENDERED_ADS_VALUE
public static final int STOREKIT_RENDERED_ADS_VALUE
Attribution for app installs initiated from the StoreKit-rendered App Store product page driven by ad clicks. Supported for all SKAdNetwork versions. For more info see: https://developer.apple.com/documentation/storekit/skadnetwork/generating_the_signature_to_validate_storekit-rendered_ads
STOREKIT_RENDERED_ADS = 1;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AdxExt.SKAdNetworkFidelityType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AdxExt.SKAdNetworkFidelityType c : AdxExt.SKAdNetworkFidelityType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AdxExt.SKAdNetworkFidelityType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AdxExt.SKAdNetworkFidelityType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static AdxExt.SKAdNetworkFidelityType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AdxExt.SKAdNetworkFidelityType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static AdxExt.SKAdNetworkFidelityType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-