EMMobileMessengerOptionalParameters
@interface EMMobileMessengerOptionalParameters : NSObject
EMMobileMessenger configuration builder.
Since
5.3-
Gets/sets the policy for Jailbreak detection.
Declaration
Objective-C
@property (nonatomic) EMMobileMessengerJailbreakPolicy jailbreakPolicy;
Swift
var jailbreakPolicy: EMMobileMessengerJailbreakPolicy { get set }
-
Gets/sets the transport layer security configuration for the connection. This may be used for test environments where the security of the system is not a concern (e.g. using insecure HTTP connections). See EMTlsConfiguration For default instance insecureConnectionAllowed is set to ‘NO’ selfSignedCertAllowed is set to ‘NO’ hostnameMismatchAllowed is set to ‘NO’
Declaration
Objective-C
@property (strong, nonatomic) EMFastTrackTlsConfiguration *_Nonnull tlsConfiguration;
Swift
var tlsConfiguration: EMFastTrackTlsConfiguration { get set }
-
Gets/sets device fingerprint source.
Declaration
Objective-C
@property (strong, nonatomic) EMFastTrackDeviceFingerprintSource *_Nonnull deviceFingerprintSource;
Swift
var deviceFingerprintSource: EMFastTrackDeviceFingerprintSource { get set }