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
MoEngageKeyChainConfig
Declaration
Swift
@objc public required init(groupName: String)
Parameters
groupName
Keychain sharing name as set in Capabilities.
-
Declaration
Swift
public static var resetValue: `Self` { get }