Interface POBRequestBuilding

  • All Implemented Interfaces:

    
    public interface POBRequestBuilding
    
                        

    Interface definition for building ad ad request

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract POBHttpRequest build() Builds Http request for oRTB standards
      abstract void setDeviceInfo(POBDeviceInfo deviceInfo) Set device info to pass device related parameters in the request
      abstract void setAppInfo(POBAppInfo appInfo) Set app info to pass app related parameters in the request
      abstract void setLocationDetector(POBLocationDetector locationDetector) Set Location detector info to pass geo related parameters in the request
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • build

         abstract POBHttpRequest build()

        Builds Http request for oRTB standards

        Returns:

        oTRB prepared HTTPRequest

      • setDeviceInfo

         abstract void setDeviceInfo(POBDeviceInfo deviceInfo)

        Set device info to pass device related parameters in the request

        Parameters:
        deviceInfo - the instance of device info
      • setAppInfo

         abstract void setAppInfo(POBAppInfo appInfo)

        Set app info to pass app related parameters in the request

        Parameters:
        appInfo - the instance of app info
      • setLocationDetector

         abstract void setLocationDetector(POBLocationDetector locationDetector)

        Set Location detector info to pass geo related parameters in the request

        Parameters:
        locationDetector - instance of POBLocationDetector