doAddEASFilter#
carbonio mobile doAddEASFilter _and|or|regex|contains|account|domain_ _text|people@example.com|account=example@ff.com,contains=android_ _add|subtract|fixed|limit_ _easversions_ [param VALUE[,VALUE]]
Parameter List
NAME |
TYPE |
EXPECTED VALUES |
DEFAULT |
---|---|---|---|
type (M) |
Multiple choice |
and|or|regex|contains|account|domain |
|
parameter (M) |
String |
,contains=android |
|
mode (M) |
Multiple choice |
add|subtract|fixed|limit |
|
easversions (M) |
String[,..] |
||
blocking (O) |
Boolean |
true|false |
(M) == mandatory parameter, (O) == optional parameter
Usage example
carbonio mobile doAddEASFilter contains android fixed 2.5,12.0,14.1
Adds a protocol filter that will restrict the pool of available EAS versions to 2.5, 12.0 and 14.1 if the user agent name contains the string ‘android’.
Usage example
carbonio mobile doAddEASFilter and account=user@example.com,contains=android fixed 14.1 blocking true
Adds a protocol filter that will restrict the pool of available EAS versions to 14.1 if the user agent name contains the string ‘android’ only for . No more EAS filters will be evaluated after this one due to the ‘blocking’ directive.