Constants
The following constants are available globally.
-
This BOOL key needs to be in target’s Info.plist for Zendrive SDK mock mode to be enabled. When the value against this is NO or this key is absent, the SDK behaves normally.
Declaration
Objective-C
NSString *const _Nonnull kMockDriveBuildKey = @"ZendriveMockModeEnabled"
-
The domain for
ZendriveMockDrive
errors. This value is used in the NSError class.Declaration
Objective-C
NSString *const _Nonnull kZendriveMockErrorDomain = @"ZendriveMockError"