MoEngageKeyChainConfig
@objc
public class MoEngageKeyChainConfig : NSObject
extension MoEngageKeyChainConfig: MoEngageResettableValue
Model to set the keychain configuration
-
Keychain group name to save the encryption key in keychain
Declaration
Swift
@objc public let groupName: String
-
Initialize the instance of
MoEngageKeyChainConfigDeclaration
Swift
@objc public required init(groupName: String)Parameters
groupNameKeychain sharing name as set in Capabilities.
-
Declaration
Swift
public static var resetValue: `Self` { get }