PrebidInitializationStatus

@objc
public enum PrebidInitializationStatus : Int

Enum representing the initialization status of the Prebid SDK.

This enum provides various statuses that indicate the result of the Prebid SDK initialization process. It helps in understanding whether the SDK was successfully initialized or if there were issues during the initialization.

  • Prebid SDK successfully initialized.

    Declaration

    Swift

    case succeeded
  • Prebid SDK is not able to work.

    Declaration

    Swift

    case failed
  • Something went wrong during PBS status checking.

    Declaration

    Swift

    case serverStatusWarning