Interface AdxExt.BidExt.SKAdNetworkResponse.SKAdNetworkOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAlwaysOpenAppstore()
      By default, SKAdNetwork attribution will only be initiated if the click-through URL lands on the app store, either as a direct link to the app store or as the final destination of a server-side redirect chain.
      boolean hasAlwaysOpenAppstore()
      By default, SKAdNetwork attribution will only be initiated if the click-through URL lands on the app store, either as a direct link to the app store or as the final destination of a server-side redirect chain.
      • 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

      • hasAlwaysOpenAppstore

        boolean hasAlwaysOpenAppstore()
         By default, SKAdNetwork attribution will only be initiated if the
         click-through URL lands on the app store, either as a direct link to
         the app store or as the final destination of a server-side redirect
         chain.  This flag enables GMA SDK to always initiate SKAdNetwork
         attribution on-click regardless of the detected click's final
         destination URL. Note that enabling this will launch the app store
         even for clicks that are not meant to open the app store, for example
         clicks on Ad Choices icon. For more info, see:
         https://developers.google.com/authorized-buyers/rtb/skadnetwork
         
        optional bool always_open_appstore = 1 [default = false];
        Returns:
        Whether the alwaysOpenAppstore field is set.
      • getAlwaysOpenAppstore

        boolean getAlwaysOpenAppstore()
         By default, SKAdNetwork attribution will only be initiated if the
         click-through URL lands on the app store, either as a direct link to
         the app store or as the final destination of a server-side redirect
         chain.  This flag enables GMA SDK to always initiate SKAdNetwork
         attribution on-click regardless of the detected click's final
         destination URL. Note that enabling this will launch the app store
         even for clicks that are not meant to open the app store, for example
         clicks on Ad Choices icon. For more info, see:
         https://developers.google.com/authorized-buyers/rtb/skadnetwork
         
        optional bool always_open_appstore = 1 [default = false];
        Returns:
        The alwaysOpenAppstore.