SASBiddingManager

constructor(@NonNull context: Context, @NonNull adPlacement: SASAdPlacement, @NonNull formatType: SASBiddingFormatType, @NonNull currency: String, @NonNull listener: SASBiddingManager.SASBiddingManagerListener)

Constructor. Initializes the SASBiddingManager instance.

Parameters

adPlacement

The placement that will be used for the bidding call.

formatType

The expected SASBiddingFormatType format type.

currency

The currency that will be used for the bidding call (must be a 3 letters string compliant with ISO 4217).

listener

The SASBiddingManagerListener that will handle the bidding call outcome.