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
SDLPermissionGroupStatus

SDLPermissionGroupStatus Enumeration Reference

Section Contents

Overview

The status of the group of RPCs permissions.

SDLPermissionGroupStatusAllowed

Every RPC in the group is currently allowed.

Objective-C

SDLPermissionGroupStatusAllowed

Swift

case allowed = 0

SDLPermissionGroupStatusDisallowed

Every RPC in the group is currently disallowed.

Objective-C

SDLPermissionGroupStatusDisallowed

Swift

case disallowed = 1

SDLPermissionGroupStatusMixed

Some RPCs in the group are allowed and some disallowed.

Objective-C

SDLPermissionGroupStatusMixed

Swift

case mixed = 2

SDLPermissionGroupStatusUnknown

The current status of the group is unknown.

Objective-C

SDLPermissionGroupStatusUnknown

Swift

case unknown = 3
View on GitHub.com
Previous Section Next Section