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
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property BidderName
property BidId
property Latency
property BidEcpm
Estimated CPM for this bid.
Updated on 2025-06-06 at 15:48:42 +0000