Skip to content

XMediator::Api::PrebiddingResults

Container class for the results of a prebid call.

Public Functions

Name
PrebiddingResults(IEnumerable< PrebidResult > results)
override bool Equals(object obj)
override int GetHashCode()
override string ToString()

Protected Functions

Name
bool Equals(PrebiddingResults other)

Public Properties

Name
IEnumerable< PrebidResult > Results
A collection of the bidders and their results.

Public Functions Documentation

function PrebiddingResults

PrebiddingResults(
    IEnumerable< PrebidResult > results
)

function Equals

override bool Equals(
    object obj
)

function GetHashCode

override int GetHashCode()

function ToString

override string ToString()

Protected Functions Documentation

function Equals

bool Equals(
    PrebiddingResults other
)

Public Property Documentation

property Results

IEnumerable< PrebidResult > Results;

A collection of the bidders and their results.


Updated on 2024-10-03 at 21:09:07 +0000