XMediator::Api::InstanceResult::Unused
A class with the relevant information of a waterfall instance that has not been used, usually because a previous instance succeeded to load an ad.
Inherits from XMediator.Api.InstanceResult
Public Functions
| Name | |
|---|---|
| Unused(InstanceInformation information) | |
| override bool | Equals(object obj) |
| override int | GetHashCode() |
| override string | ToString() |
Protected Functions
| Name | |
|---|---|
| bool | Equals(Unused other) |
Public Properties
| Name | |
|---|---|
| override InstanceInformation | Information |
Additional inherited members
Public Classes inherited from XMediator.Api.InstanceResult
| Name | |
|---|---|
| class | Failure A class with the relevant information of a waterfall instance that has failed. |
| class | Success A class with the relevant information of a waterfall instance that has succeeded. |
| class | Unused A class with the relevant information of a waterfall instance that has not been used, usually because a previous instance succeeded to load an ad. |
Public Functions inherited from XMediator.Api.InstanceResult
| Name | |
|---|---|
| bool | TryGetFailure(out Failure failure) |
| bool | TryGetSuccess(out Success success) |
| bool | TryGetUnused(out Unused success) |
Public Functions Documentation
function Unused
function Equals
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property Information
Updated on 2025-06-06 at 15:48:42 +0000