Skip to content

RawAppRuleProps

应用规则(组)的基础通用属性

Extended by

Properties

activityIds?

activityIds?: IArray<string>

如果 设备界面Id startWith activityIds 的任意一项, 则匹配

如果要匹配所有界面: undefined (不填写) 或者 [] (避免使用上级属性)


excludeActivityIds?

excludeActivityIds?: IArray<string>

如果 设备界面Id startWith excludeActivityIds 的任意一项, 则排除匹配

优先级高于 activityIds


versionNames?

versionNames?: IArray<string>

如果应用版本名称包含在此列表中, 则匹配

Version

1.7.0


excludeVersionNames?

excludeVersionNames?: IArray<string>

如果应用版本名称包含在此列表中, 则排除匹配, 优先级高于 versionNames

Version

1.7.0


versionCodes?

versionCodes?: IArray<Integer>

如果应用版本代码包含在此列表中, 则匹配

Version

1.7.0


excludeVersionCodes?

excludeVersionCodes?: IArray<Integer>

如果应用版本代码包含在此列表中, 则排除匹配, 优先级高于 versionCodes

Version

1.7.0

Released under the GPL-v3 License.