PermissionEntrySet extension

Extension methods for sets of PermissionDef.

on

Properties

android Set<AndroidPermissionDef>

Available on Iterable<PermissionDef>, provided by the PermissionEntrySet extension

Returns a set of all Android permission definitions in this collection.
no setter
hasAndroid bool

Available on Iterable<PermissionDef>, provided by the PermissionEntrySet extension

Checks if the set contains any Android permissions.
no setter
hasIos bool

Available on Iterable<PermissionDef>, provided by the PermissionEntrySet extension

Checks if the set contains any iOS permissions.
no setter
ios Set<IosPermissionDef>

Available on Iterable<PermissionDef>, provided by the PermissionEntrySet extension

Returns a set of all iOS permission definitions in this collection.
no setter

Methods

containsKey(String key) bool

Available on Iterable<PermissionDef>, provided by the PermissionEntrySet extension

Checks if the set contains a permission with the given key.