OTVWatermarkDelegate
@protocol OTVWatermarkDelegate
Delegate to receive message and error from QuickMark.
-
Status message management.
Declaration
Objective-C
- (void)onWatermarkWithMessage:(NSString *_Nonnull)message; -
Status error management.
Declaration
Objective-C
- (void)onWatermarkWithError:(enum OTVWatermarkError)error message:(NSString *_Nonnull)message;
OTVWatermarkDelegate Protocol Reference