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
function Equals
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property Networks
The networks that have been tried to be initialized and their results.
Updated on 2024-11-07 at 18:31:49 +0000