RSDPermissionType

public protocol RSDPermissionType

RSDPermissionType is a generic configuration object with information about a given permission. The permission type can be used by the app to handle gracefully requesting authorization from the user for access to sensors and hardware required by the app.

  • An identifier for the permission.

    Declaration

    Swift

    var identifier: String { get }