AndroidMobileProtectConfiguration class

Available extensions

Properties

authenticationToken String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
individualConfigMap Map<String, IndividualConfigAndroid>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activityCoverageMetrics(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

calendarAccess(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

camera(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

cheatingDetection(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

clipboard(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

clonedAppDetection(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

configureItem(String configName, void configureFunc(IndividualConfigAndroid)) → void
contacts(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

coverageMetrics(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

dataAtRestCheck(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

debuggerProtection(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

deviceIdentifiers(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

deviceLocation(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

downloadAccess(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

dynamicObfuscation(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

emulatorProtection(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

exifLocation(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

healthAccess(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

microphoneAccess(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
photoAccess(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

rootDetection(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

runningAsRootDetection(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

screenCastingProtection(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

tamperDetection(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

tapJackingProtection(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

tlsProviderSecurity(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

toJson() Map<String, dynamic>
toJsonString() String
toString() String
A string representation of this object.
inherited
verifyApps(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

videoAccess(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

virtualPrivateNetwork(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

webviews(void configure(IndividualConfigAndroid)) → void

Available on AndroidMobileProtectConfiguration, provided by the MPConfigBuilderExtensions extension

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String configName) IndividualConfigAndroid