Package com.google.doubleclick
Interface AdxExt.BidExt.SKAdNetworkResponse.FidelityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.BidExt.SKAdNetworkResponse.Fidelity,AdxExt.BidExt.SKAdNetworkResponse.Fidelity.Builder
- Enclosing class:
- AdxExt.BidExt.SKAdNetworkResponse
public static interface AdxExt.BidExt.SKAdNetworkResponse.FidelityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdxExt.SKAdNetworkFidelityTypegetFidelity()The fidelity type of the attribution to track.StringgetNonce()A unique all-lowercase UUID generated by the advertiser to use for generating the signature.com.google.protobuf.ByteStringgetNonceBytes()A unique all-lowercase UUID generated by the advertiser to use for generating the signature.StringgetSignature()SKAdNetwork signature as specified by Apple.com.google.protobuf.ByteStringgetSignatureBytes()SKAdNetwork signature as specified by Apple.StringgetTimestamp()Unix time in millis used at the time of signature generation.com.google.protobuf.ByteStringgetTimestampBytes()Unix time in millis used at the time of signature generation.booleanhasFidelity()The fidelity type of the attribution to track.booleanhasNonce()A unique all-lowercase UUID generated by the advertiser to use for generating the signature.booleanhasSignature()SKAdNetwork signature as specified by Apple.booleanhasTimestamp()Unix time in millis used at the time of signature generation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFidelity
boolean hasFidelity()
The fidelity type of the attribution to track.
optional .com.google.doubleclick.SKAdNetworkFidelityType fidelity = 1 [default = STOREKIT_RENDERED_ADS];- Returns:
- Whether the fidelity field is set.
-
getFidelity
AdxExt.SKAdNetworkFidelityType getFidelity()
The fidelity type of the attribution to track.
optional .com.google.doubleclick.SKAdNetworkFidelityType fidelity = 1 [default = STOREKIT_RENDERED_ADS];- Returns:
- The fidelity.
-
hasNonce
boolean hasNonce()
A unique all-lowercase UUID generated by the advertiser to use for generating the signature.
optional string nonce = 2;- Returns:
- Whether the nonce field is set.
-
getNonce
String getNonce()
A unique all-lowercase UUID generated by the advertiser to use for generating the signature.
optional string nonce = 2;- Returns:
- The nonce.
-
getNonceBytes
com.google.protobuf.ByteString getNonceBytes()
A unique all-lowercase UUID generated by the advertiser to use for generating the signature.
optional string nonce = 2;- Returns:
- The bytes for nonce.
-
hasTimestamp
boolean hasTimestamp()
Unix time in millis used at the time of signature generation.
optional string timestamp = 3;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
String getTimestamp()
Unix time in millis used at the time of signature generation.
optional string timestamp = 3;- Returns:
- The timestamp.
-
getTimestampBytes
com.google.protobuf.ByteString getTimestampBytes()
Unix time in millis used at the time of signature generation.
optional string timestamp = 3;- Returns:
- The bytes for timestamp.
-
hasSignature
boolean hasSignature()
SKAdNetwork signature as specified by Apple.
optional string signature = 4;- Returns:
- Whether the signature field is set.
-
getSignature
String getSignature()
SKAdNetwork signature as specified by Apple.
optional string signature = 4;- Returns:
- The signature.
-
getSignatureBytes
com.google.protobuf.ByteString getSignatureBytes()
SKAdNetwork signature as specified by Apple.
optional string signature = 4;- Returns:
- The bytes for signature.
-
-