react-native-adapty - v4.0.1
    Preparing search index...

    Type Alias AdaptyPermission

    AdaptyPermission:
        | "push"
        | "camera"
        | "microphone"
        | "location_when_use"
        | "location_always"
        | "location_full_accuracy"
        | "photos"
        | "contacts"
        | "tracking"
        | "calendar"
        | "bluetooth"
        | "motion"
        | "reminders"
        | "speech"
        | "media_library"
        | "local_network"
        | "focus_status"
        | "homekit"
        | "health"
        | "siri"
        | "music"
        | string & {}

    Permission identifier a flow view asks the host app to request.

    The literals below are the known cross-platform set; any string is valid — unknown or platform-specific ids (e.g. Android 'phone', 'sms') and future values pass through unchanged. The (string & {}) keeps the known values as autocomplete hints while still accepting arbitrary strings.