requiredSystemFeatures property

List<String>? requiredSystemFeatures
getter/setter pair

The system features that the app requires.

A device must have all of the system features to be considered compatible with the app.

Implementation

core.List<core.String>? requiredSystemFeatures;