Interface POBSignalBuilding
-
- All Implemented Interfaces:
public interface POBSignalBuildingInterface defining for building signal data. This signal data can be used by Primary/Mediation SDKs when OW SDK is added as a bidder.
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetDeviceInfo(POBDeviceInfo deviceInfo)Sets the device information to be included in the signal. abstract UnitsetRequest(POBRequest request)Sets the request information to be included in the signal. abstract Stringbuild()Builds the final signal string from the provided information. -
-
Method Detail
-
setDeviceInfo
abstract Unit setDeviceInfo(POBDeviceInfo deviceInfo)
Sets the device information to be included in the signal.
- Parameters:
deviceInfo- An instance of POBDeviceInfo containing detailed information about the device.
-
setRequest
abstract Unit setRequest(POBRequest request)
Sets the request information to be included in the signal.
- Parameters:
request- An instance of POBRequest containing detailed information about the request.
-
-
-
-