VAMPVideoConfiguration
Deprecated
Objective-C
@interface VAMPVideoConfiguration : NSObject <NSCopying>
Swift
class VAMPVideoConfiguration : NSObject, NSCopying
VAMPの設定を変更するためのクラスです。
-
Deprecated
キャンセル機能が有効のときに表示するアラートダイアログのタイトルを設定します。
この設定は一部のアドネットワークのみ有効です。
Declaration
Objective-C
@property (nonatomic, copy) DEPRECATED_ATTRIBUTE NSString *playerAlertTitleText;Swift
var playerAlertTitleText: String { get set } -
Deprecated
キャンセル機能が有効のときに表示するアラートダイアログの本文を設定します。
この設定は一部のアドネットワークのみ有効です。
Declaration
Objective-C
@property (nonatomic, copy) DEPRECATED_ATTRIBUTE NSString *playerAlertBodyText;Swift
var playerAlertBodyText: String { get set } -
Deprecated
キャンセル機能が有効のときに表示するアラートダイアログの終了ボタンのテキストを設定します。
この設定は一部のアドネットワークのみ有効です。
Declaration
Objective-C
@property (nonatomic, copy) DEPRECATED_ATTRIBUTE NSString *playerAlertCloseButtonText;Swift
var playerAlertCloseButtonText: String { get set } -
Deprecated
キャンセル機能が有効のときに表示するアラートダイアログの継続視聴ボタンのテキストを設定します。 この設定は一部のアドネットワークのみ有効です。
Declaration
Objective-C
@property (nonatomic, copy) DEPRECATED_ATTRIBUTE NSString *playerAlertContinueButtonText;Swift
var playerAlertContinueButtonText: String { get set } -
Deprecated
VAMPVideoConfiguration インスタンスを取得します。
Declaration
Objective-C
+ (nonnull instancetype)configuration;Return Value
VAMPVideoConfiguration インスタンス
View on GitHub
VAMPVideoConfiguration Class Reference