• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDNativePasteboardAccess Class Reference

Use the Pasteboard in the clear while DLP is turned on.

#import <BlackBerryDynamics/GD/GDNativePasteboardAccess.h>

Inheritance diagram for GDNativePasteboardAccess:

Class Methods

(void) + performActionOnNativePasteboard:
 Use the Pasteboard in the clear while DLP is turned on. More...
 

Method Documentation

◆ performActionOnNativePasteboard:

+ (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.

Parameters
actionPasteboard actions to be performed on the pasteboard in the clear while Data Leakage Prevention is turned on.

The documentation for this class was generated from the following file: