/AWS1/CL_WKRNETWORKSETTINGS¶
Contains network-level configuration settings that apply to all users and security groups within a Wickr network.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enableclientmetrics TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Allows Wickr clients to send anonymized performance and usage metrics to the Wickr backend server for service improvement and troubleshooting.
io_readreceiptconfig TYPE REF TO /AWS1/CL_WKRREADRECEIPTCONFIG /AWS1/CL_WKRREADRECEIPTCONFIG¶
Configuration for read receipts at the network level, controlling the default behavior for whether senders can see when their messages have been read.
iv_dataretention TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Indicates whether the data retention feature is enabled for the network. When true, messages are captured by the data retention bot for compliance and archiving purposes.
Queryable Attributes¶
enableClientMetrics¶
Allows Wickr clients to send anonymized performance and usage metrics to the Wickr backend server for service improvement and troubleshooting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLECLIENTMETRICS() |
Getter for ENABLECLIENTMETRICS, with configurable default |
ASK_ENABLECLIENTMETRICS() |
Getter for ENABLECLIENTMETRICS w/ exceptions if field has no |
HAS_ENABLECLIENTMETRICS() |
Determine if ENABLECLIENTMETRICS has a value |
readReceiptConfig¶
Configuration for read receipts at the network level, controlling the default behavior for whether senders can see when their messages have been read.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_READRECEIPTCONFIG() |
Getter for READRECEIPTCONFIG |
dataRetention¶
Indicates whether the data retention feature is enabled for the network. When true, messages are captured by the data retention bot for compliance and archiving purposes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATARETENTION() |
Getter for DATARETENTION, with configurable default |
ASK_DATARETENTION() |
Getter for DATARETENTION w/ exceptions if field has no value |
HAS_DATARETENTION() |
Determine if DATARETENTION has a value |