SASBidding Manager
constructor(@NonNull context: Context, @NonNull adPlacement: SASAdPlacement, @NonNull formatType: SASBiddingFormatType, @NonNull currency: String, @NonNull listener: SASBiddingManager.SASBiddingManagerListener)
Constructor. Initializes the SASBiddingManager instance.
Parameters
ad Placement
The placement that will be used for the bidding call.
format Type
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.