Skip to content

XMediator::Api::MediationResult

Represents the result of XMediator SDK mediation initialization. XMediatorSdk.Initialize

Public Functions

Name
MediationResult(IEnumerable< NetworkInitResult > networks)
override bool Equals(object obj)
override int GetHashCode()
override string ToString()

Protected Functions

Name
bool Equals(MediationResult other)

Public Properties

Name
IEnumerable< NetworkInitResult > Networks
The networks that have been tried to be initialized and their results.

Public Functions Documentation

function MediationResult

MediationResult(
    IEnumerable< NetworkInitResult > networks
)

function Equals

override bool Equals(
    object obj
)

function GetHashCode

override int GetHashCode()

function ToString

override string ToString()

Protected Functions Documentation

function Equals

bool Equals(
    MediationResult other
)

Public Property Documentation

property Networks

IEnumerable< NetworkInitResult > Networks;

The networks that have been tried to be initialized and their results.


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