- setApiKey(String) - Method in class com.threatmetrix.TrustDefender.Config
-
Set an API key for the profiling request.
- setContext(Context) - Method in class com.threatmetrix.TrustDefender.Config
-
This is mandatory.
- setCustomAttributes(List<String>) - Method in class com.threatmetrix.TrustDefender.ProfilingOptions
-
Sets custom attributes (up to 5) that should be passed during the next profiling request
- setDisableAppHashing(boolean) - Method in class com.threatmetrix.TrustDefender.Config
-
Disable app hashing, which can potentially be slow.
- setDisableInitPackageScan(boolean) - Method in class com.threatmetrix.TrustDefender.Config
-
Allows control over package scan during the init call.
- setDisableLocSerOnBatteryLow(boolean) - Method in class com.threatmetrix.TrustDefender.Config
-
By setting this flag to true, the location services will be paused when the battery
is low and will be resumed when the device is charging or the battery level
is OK.
- setDisableProfilePackageScan(boolean) - Method in class com.threatmetrix.TrustDefender.Config
-
Allows control over package scan during profiling.
- setDisableWebView(boolean) - Method in class com.threatmetrix.TrustDefender.Config
-
Convenience function to disable the WebView in the options bitmask.
- setEndNotifier(EndNotifierBase) - Method in class com.threatmetrix.TrustDefender.ProfilingOptions
-
Set the completion notifier.
- setFPServer(String) - Method in class com.threatmetrix.TrustDefender.Config
-
Set the fingerprint server to use.
- setHighPowerUpdateTime(long) - Method in class com.threatmetrix.TrustDefender.Config
-
Sets the time, in seconds, between the high power location updates.
- setInitPackageScanTimeLimit(int) - Method in class com.threatmetrix.TrustDefender.Config
-
During init() a package scan will occur, the init package scan limit (and the init package scan
time limit) controls the behaviour of this scan.
- setLocation(Location) - Method in class com.threatmetrix.TrustDefender.ProfilingOptions
-
Sets a location for use during the next profiling request.
- setLocationAccuracy(int) - Method in class com.threatmetrix.TrustDefender.Config
-
Set the configured accuracy to be requested from location services.
- setLowPowerUpdateTime(long) - Method in class com.threatmetrix.TrustDefender.Config
-
Sets the time, in seconds, between the low power location updates.
- setOptions(long) - Method in class com.threatmetrix.TrustDefender.Config
-
Sets the profiling options to control which attributes are gathered
- setOrgId(String) - Method in class com.threatmetrix.TrustDefender.Config
-
This is mandatory.
- setPackageScanTimeLimit(int) - Method in class com.threatmetrix.TrustDefender.Config
-
Sets the maximum time to spend to process packages during init().
- setRegisterForLocationServices(boolean) - Method in class com.threatmetrix.TrustDefender.Config
-
Register for location services.
- setScreenOffTimeout(int) - Method in class com.threatmetrix.TrustDefender.Config
-
Sets the screen off timeout (in seconds).
- setSessionID(String) - Method in class com.threatmetrix.TrustDefender.ProfilingOptions
-
Set the session id to be used in the next profiling request
- setTimeout(int) - Method in class com.threatmetrix.TrustDefender.Config
-
Sets the timeout for individual network requests.
- string - Static variable in class com.threatmetrix.TrustDefender.TrustDefenderVersion
-