BMPPlayerWarningCode
Objective-C
enum BMPPlayerWarningCode : NSInteger {}
Swift
typealias PlayerWarning.Code._ErrorType = PlayerWarning
This enum represents the warning codes that can be associated with PlayerWarningEvent.
-
A general player warning code when a more specific warning code could not be determined.
Declaration
Objective-C
BMPPlayerWarningCodeGeneral = 1001
Swift
case general = 1001
-
Failed to set up for remote playback. One possible reason is that the cast sender library version is not supported.
Declaration
Objective-C
BMPPlayerWarningCodeSetupRemotePlaybackFailed = 1002
Swift
case setupRemotePlaybackFailed = 1002
-
It is not possible to disable the IMA UI for the current Ad, but the player was configured to disabling it if possible.
Declaration
Objective-C
BMPPlayerWarningCodeDisablingImaUiFailed = 1304
Swift
case disablingImaUiFailed = 1304