Page Summary
-
The PALNonceLoaderDelegate protocol is available globally and is used to receive updates from PALNonceLoader.
-
It is a delegate object defined as
NonceLoaderDelegatein Swift andPALNonceLoaderDelegatein Objective-C.
Protocols
The following protocols are available globally.
-
Delegate object used to receive updates from
PALNonceLoader.Declaration
Swift
protocol NonceLoaderDelegate : NSObjectProtocolObjective-C
@protocol PALNonceLoaderDelegate <NSObject>