/AWS1/CL_WKRSHREDDERSETTINGS¶
Configuration for the Wickr shredder feature, which writes random data over free memory and disk space on client devices. You can configure your Wickr shredder intensity using the parameters below.
Secure Shredder will not write over files that are permanently stored on the device or saved outside of the Wickr client. Wickr Network Administrators are able to disable file downloads within Security Group Settings.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_canprocessmanually TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Specifies whether users can manually trigger the shredder to delete content.
iv_intensity TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER¶
Controls the rate (MB/minute) at which the shredder function runs on clients. Valid Values: Must be one of [0, 20, 60, 100].
A higher intensity setting could lead to higher battery usage on mobile devices.
Queryable Attributes¶
canProcessManually¶
Specifies whether users can manually trigger the shredder to delete content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANPROCESSMANUALLY() |
Getter for CANPROCESSMANUALLY, with configurable default |
ASK_CANPROCESSMANUALLY() |
Getter for CANPROCESSMANUALLY w/ exceptions if field has no |
HAS_CANPROCESSMANUALLY() |
Determine if CANPROCESSMANUALLY has a value |
intensity¶
Controls the rate (MB/minute) at which the shredder function runs on clients. Valid Values: Must be one of [0, 20, 60, 100].
A higher intensity setting could lead to higher battery usage on mobile devices.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENSITY() |
Getter for INTENSITY, with configurable default |
ASK_INTENSITY() |
Getter for INTENSITY w/ exceptions if field has no value |
HAS_INTENSITY() |
Determine if INTENSITY has a value |