Package com.google.doubleclick
Interface AdxExt.BidExt.SKAdNetworkResponse.SKAdNetworkOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.BidExt.SKAdNetworkResponse.SKAdNetworkOptions,AdxExt.BidExt.SKAdNetworkResponse.SKAdNetworkOptions.Builder
- Enclosing class:
- AdxExt.BidExt.SKAdNetworkResponse
public static interface AdxExt.BidExt.SKAdNetworkResponse.SKAdNetworkOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAlwaysOpenAppstore()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.booleanhasAlwaysOpenAppstore()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.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.
-
-