Use the Pasteboard in the clear while DLP is turned on.
#import <BlackBerryDynamics/GD/GDNativePasteboardAccess.h>
Class Methods | |
| (void) | + performActionOnNativePasteboard: |
| Use the Pasteboard in the clear while DLP is turned on. More... | |
| + (void) performActionOnNativePasteboard: | (void(^)(void)) | action |
This function allows pasteboard items to be written to and read from the pasteboard in the clear while Data Leakage Prevention * is active. Pasteboard items within the action block will NOT be encrypted when placed on the pasteboard.
| action | Pasteboard actions to be performed on the pasteboard in the clear while Data Leakage Prevention is turned on. |