Type Aliases

The following type aliases are available globally.

  • A callback used for Prebid initialization status.

    This callback is called when the Prebid SDK initialization completes. It provides the status of the initialization and any error that may have occurred.

    Declaration

    Swift

    public typealias PrebidInitializationCallback = ((PrebidInitializationStatus, Error?) -> Void)

    Parameters

    status

    The status of the Prebid initialization.

    error

    An optional error that occurred during initialization.