• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDNativePasteboardAccess.h
Go to the documentation of this file.
1 /*
2 * Copyright 2023 BlackBerry Limited. All rights reserved.
3 *
4 */
5 
6 #import <Foundation/Foundation.h>
13 @interface GDNativePasteboardAccess : NSObject
14 
22 + (void)performActionOnNativePasteboard:(void (^)(void))action;
23 
24 @end
GDNativePasteboardAccess
Use the Pasteboard in the clear while DLP is turned on.
Definition: GDNativePasteboardAccess.h:13