OTVWatermark


@interface OTVWatermark : NSObject

DEPRECATED: Integration Nexguard watermark support on iOS Platform. This class is no longer in use and contains only no-op function stubs. Please refer to the Quickmark documentation for new usage.

  • Deprecated - This function is an empty stub and does nothing.

    Declaration

    Objective-C

    - (nullable instancetype)initWithSecret:(NSString *_Nonnull)secret;
  • Deprecated - This function is an empty stub and does nothing.

    Declaration

    Objective-C

    - (nullable instancetype)initWithUrl:(NSString *_Nonnull)url
                                   token:(NSString *_Nonnull)token
                                  tenant:(NSString *_Nonnull)tenant
                                  secret:(NSString *_Nonnull)secret;
  • Deprecated - This function is an empty stub and does nothing.

    Declaration

    Objective-C

    - (void)setWithToken:(NSString *_Nonnull)token;
  • Deprecated - This function is an empty stub and does nothing.

    Declaration

    Objective-C

    - (void)setWithUrl:(NSString *_Nonnull)url;
  • Deprecated - This function is an empty stub and does nothing.

    Declaration

    Objective-C

    - (void)setWithTenant:(NSString *_Nonnull)tenant;
  • Deprecated - This function is an empty stub and does nothing.

    Declaration

    Objective-C

    - (void)setWithApiKey:(NSString *_Nonnull)apiKey;
  • Deprecated - This function is an empty stub and does nothing.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nonnull quickmarkVersion;
  • Deprecated - This function is an empty stub and does nothing.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nullable quickmarkCoreVersion;
  • Deprecated - This function is an empty stub and does nothing.

    Declaration

    Objective-C

    - (void)bindWithPlayerView:(UIView *_Nonnull)playerView
                   playerLayer:(AVPlayerLayer *_Nonnull)playerLayer;
  • Deprecated - This function is an empty stub and does nothing

    Declaration

    Objective-C

    - (void)unbind;