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