AdswizzPermissionType

@objc
public enum AdswizzPermissionType : Int, CaseIterable

Supported types of permissions that might be requested.

  • Location - when in use.

    Declaration

    Swift

    case location
  • Location - when always.

    Declaration

    Swift

    case locationAdvanced
  • Photos.

    Declaration

    Swift

    case photo
  • Microphone.

    Declaration

    Swift

    case microphone
  • Speech.

    Declaration

    Swift

    case speech
  • Calendar - write only.

    Declaration

    Swift

    case calendar
  • Calendar - full access (iOS 17+).

    Declaration

    Swift

    case calendarAdvanced
  • Contacts.

    Declaration

    Swift

    case contacts
  • Camera.

    Declaration

    Swift

    case camera
  • Tracking as defined per the ATT framework.

    Declaration

    Swift

    case idfa
  • Motion.

    Declaration

    Swift

    case motionActivity