MediationResult

public struct MediationResult

Represents the result of the mediation callback parameter in initialize(appKey:initSettings:initCallback:mediationCallback:).

  • The networks that were tried to be initialized and their results.

    Declaration

    Swift

    public let networks: [NetworkInitResult]