XMediator::Api::InstanceResult
Base class representing all possible waterfall instance results. Success, Failure, Unused
Inherited by XMediator.Api.InstanceResult.Failure, XMediator.Api.InstanceResult.Success, XMediator.Api.InstanceResult.Unused
Public Classes
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
Name | |
---|---|
bool | TryGetFailure(out Failure failure) |
bool | TryGetSuccess(out Success success) |
bool | TryGetUnused(out Unused success) |
Public Properties
Name | |
---|---|
abstract InstanceInformation | Information Information of the instance affected by this result. |
Public Functions Documentation
function TryGetFailure
function TryGetSuccess
function TryGetUnused
Public Property Documentation
property Information
Information of the instance affected by this result.
Updated on 2024-11-07 at 18:31:49 +0000