Interface SkAdNetworkSourceAppOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SkAdNetworkSourceApp,SkAdNetworkSourceApp.Builder
public interface SkAdNetworkSourceAppOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSkAdNetworkSourceAppId()App id where the ad that drove the iOS Store Kit Ad Network install was shown.com.google.protobuf.ByteStringgetSkAdNetworkSourceAppIdBytes()App id where the ad that drove the iOS Store Kit Ad Network install was shown.booleanhasSkAdNetworkSourceAppId()App id where the ad that drove the iOS Store Kit Ad Network install was shown.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSkAdNetworkSourceAppId
boolean hasSkAdNetworkSourceAppId()
App id where the ad that drove the iOS Store Kit Ad Network install was shown.
optional string sk_ad_network_source_app_id = 1;- Returns:
- Whether the skAdNetworkSourceAppId field is set.
-
getSkAdNetworkSourceAppId
java.lang.String getSkAdNetworkSourceAppId()
App id where the ad that drove the iOS Store Kit Ad Network install was shown.
optional string sk_ad_network_source_app_id = 1;- Returns:
- The skAdNetworkSourceAppId.
-
getSkAdNetworkSourceAppIdBytes
com.google.protobuf.ByteString getSkAdNetworkSourceAppIdBytes()
App id where the ad that drove the iOS Store Kit Ad Network install was shown.
optional string sk_ad_network_source_app_id = 1;- Returns:
- The bytes for skAdNetworkSourceAppId.
-
-