Skip to content

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

bool TryGetFailure(
    out Failure failure
)

function TryGetSuccess

bool TryGetSuccess(
    out Success success
)

function TryGetUnused

bool TryGetUnused(
    out Unused success
)

Public Property Documentation

property Information

abstract InstanceInformation Information;

Information of the instance affected by this result.


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