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
Modifier and TypeMethodDescriptionApp id where the ad that drove the iOS Store Kit Ad Network install was shown.com.google.protobuf.ByteStringApp id where the ad that drove the iOS Store Kit Ad Network install was shown.booleanApp id where the ad that drove the iOS Store Kit Ad Network install was shown.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-