Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLPermissionGroupType

SDLPermissionGroupType Enumeration Reference

Section Contents

Overview

A permission group type which will be used to tell the system what type of changes you want to be notified about for the group.

SDLPermissionGroupTypeAllAllowed

Be notified when all of the RPC in the group are allowed, or, when they all stop being allowed in some sense, that is, when they were all allowed, and now they are not.

Objective-C

SDLPermissionGroupTypeAllAllowed

Swift

case allAllowed = 0

SDLPermissionGroupTypeAny

Be notified when any change in availability occurs among the group.

Objective-C

SDLPermissionGroupTypeAny

Swift

case any = 1
View on GitHub.com
Previous Section Next Section