Interface AdvertiserService


public interface AdvertiserService
Provides AppBrain SDK features that are relevant not only for publishers but also for advertisers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendConversionEvent(String name, int value)
    Send a conversion event to AppBrain.
  • Method Details

    • sendConversionEvent

      void sendConversionEvent(String name, int value)
      Send a conversion event to AppBrain.
      Parameters:
      name - The name of the event, with a maximum of 20 characters.
      value - An optional integer value to keep track of, e.g. an amount spent by the user