Skip to content

XMediator::Api::PrebidResult::Success

Class representing a successful bid

Inherits from XMediator.Api.PrebidResult

Public Functions

Name
Success(string bidderName, string bidId, TimeSpan latency, decimal bidEcpm, Dictionary< string, object > extras =null)
override bool Equals(object obj)
override int GetHashCode()
override string ToString()

Protected Functions

Name
bool Equals(Success other)

Public Properties

Name
override string BidderName
override string BidId
override TimeSpan Latency
decimal BidEcpm
Estimated CPM for this bid.

Additional inherited members

Public Classes inherited from XMediator.Api.PrebidResult

Name
class Failure
Class representing a failed bid
class Success
Class representing a successful bid

Public Functions inherited from XMediator.Api.PrebidResult

Name
bool TryGetSuccess(out Success success)
bool TryGetFailure(out Failure failure)

Public Functions Documentation

function Success

Success(
    string bidderName,
    string bidId,
    TimeSpan latency,
    decimal bidEcpm,
    Dictionary< string, object > extras =null
)

function Equals

override bool Equals(
    object obj
)

function GetHashCode

override int GetHashCode()

function ToString

override string ToString()

Protected Functions Documentation

function Equals

bool Equals(
    Success other
)

Public Property Documentation

property BidderName

override string BidderName;

property BidId

override string BidId;

property Latency

override TimeSpan Latency;

property BidEcpm

decimal BidEcpm;

Estimated CPM for this bid.


Updated on 2024-11-07 at 18:31:49 +0000