Lines Matching refs:watermark

628 Subscribes to the watermark status change event.
638 …t type. The value is fixed at **'waterMarkFlagChange'**, indicating the watermark status change ev…
639 …lean> | Yes | Callback used to return the watermark status. The value **true** means that the
656 …console.info('Succeeded in enabling the listener for watermark flag changes. Data: ' + JSON.string…
659 …console.error(`Failed to enable the listener for watermark flag changes. Cause code: ${exception.c…
667 Unsubscribes from the watermark status change event.
677 …t type. The value is fixed at **'waterMarkFlagChange'**, indicating the watermark status change ev…
702 …console.error(`Failed to enable or disable the listener for watermark flag changes. Cause code: ${…
808 Sets the watermark image display status. This API uses an asynchronous callback to return the resul…
819 … | Yes | Whether to display the watermark image. The value **true** means to display th…
852 … console.error(`Failed to show watermark image. Cause code: ${err.code}, message: ${err.message}`);
855 console.info('Succeeded in showing watermark image.');
858 …console.error(`Failed to show watermark image. Cause code: ${exception.code}, message: ${exception…
868 Sets the watermark image display status. This API uses a promise to return the result.
879 … | Yes | Whether to display the watermark image. The value **true** means to display th…
916 console.info('Succeeded in showing watermark image.');
918 … console.error(`Failed to show watermark image. Cause code: ${err.code}, message: ${err.message}`);
921 …console.error(`Failed to show watermark image. Cause code: ${exception.code}, message: ${exception…
2413 Adds or deletes the watermark flag for this window. This API uses a promise to return the result.
2465 Adds or deletes the watermark flag for this window. This API uses an asynchronous callback to retur…