Interface AdxExt.BidExt.SKAdNetworkResponse.FidelityOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AdxExt.SKAdNetworkFidelityType getFidelity()
      The fidelity type of the attribution to track.
      String getNonce()
      A unique all-lowercase UUID generated by the advertiser to use for generating the signature.
      com.google.protobuf.ByteString getNonceBytes()
      A unique all-lowercase UUID generated by the advertiser to use for generating the signature.
      String getSignature()
      SKAdNetwork signature as specified by Apple.
      com.google.protobuf.ByteString getSignatureBytes()
      SKAdNetwork signature as specified by Apple.
      String getTimestamp()
      Unix time in millis used at the time of signature generation.
      com.google.protobuf.ByteString getTimestampBytes()
      Unix time in millis used at the time of signature generation.
      boolean hasFidelity()
      The fidelity type of the attribution to track.
      boolean hasNonce()
      A unique all-lowercase UUID generated by the advertiser to use for generating the signature.
      boolean hasSignature()
      SKAdNetwork signature as specified by Apple.
      boolean hasTimestamp()
      Unix time in millis used at the time of signature generation.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.