VAMPRequest

Objective-C

@interface VAMPRequest : NSObject <NSCopying>

Swift

class VAMPRequest : NSObject, NSCopying

VAMPRequest

  • アドネットワーク側の広告取得を待つタイムアウト時間を設定します。

    最小30秒、最大120秒。デフォルトは60秒。

    Declaration

    Objective-C

    @property (nonatomic) NSTimeInterval requestTimeout;

    Swift

    var requestTimeout: TimeInterval { get set }
  • Deprecated

    VAMPVideoConfiguration

    動画に関する設定をします。

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) VAMPVideoConfiguration *videoConfiguration;

    Swift

    @NSCopying var videoConfiguration: VAMPVideoConfiguration? { get set }
  • デフォルトのVAMPRequestオブジェクトを取得します。

    Declaration

    Objective-C

    + (nonnull instancetype)request;