Interface CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.RevenueRangeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getMaxEventRevenue()
      Output only.
      double getMinEventRevenue()
      Output only.
      • 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

      • getMinEventRevenue

        double getMinEventRevenue()
         Output only. For revenue ranges, the minimum value in `currency_code`
         for which this conversion value would be updated. A value of 0 will
         be treated as unset.
         
        double min_event_revenue = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The minEventRevenue.
      • getMaxEventRevenue

        double getMaxEventRevenue()
         Output only. For revenue ranges, the maximum value in `currency_code`
         for which this conversion value would be updated. A value of 0 will
         be treated as unset.
         
        double max_event_revenue = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The maxEventRevenue.