android: { bluetoothConnect: BluetoothConnectPermissionGroup; notification: NotificationPermissionGroup; phone: PhonePermissionGroup; contact: ContactPermissionGroup; sms: SMSPermissionGroup } = ...

Type declaration

  • Readonly bluetoothConnect: BluetoothConnectPermissionGroup

    Allows to find and connect Bluetooth devices. Checks if android.permission.BLUETOOTH is defined in manifest file in Android 11 and below, shows permission dialog in Android 12 and above.

    Following permissions must be added to AndroidManifest.xml. android.permission.BLUETOOTH_CONNECT android.permission.BLUETOOTH

    Property

    Android

    Since

    5.0.5

  • Readonly notification: NotificationPermissionGroup

    Allows to send notification. Always return true on Android 12L and below.

    Following permission must be added to AndroidManifest.xml. android.permission.POST_NOTIFICATIONS

    Property

    Android

    Since

    5.0.5

  • Readonly phone: PhonePermissionGroup

    Allows to make and manage phone calls.

    Some or all of the following permissions must be added to AndroidManifest.xml. android.permission.READ_PHONE_STATE android.permission.CALL_PHONE android.permission.USE_SIP

    Property

    Android

    Since

    5.0.5

  • Readonly contact: ContactPermissionGroup

    Allows to access the contacts.

    Some or all of the following permissions must be added to AndroidManifest.xml. android.permission.READ_CONTACTS android.permission.WRITE_CONTACTS android.permission.GET_ACCOUNTS

    Property

    Android

    Since

    5.0.5

  • Readonly sms: SMSPermissionGroup

    Allows to send and view sms messages.

    Some or all of the following permissions must be added to AndroidManifest.xml. android.permission.SEND_SMS android.permission.READ_SMS android.permission.RECEIVE_SMS android.permission.RECEIVE_WAP_PUSH android.permission.RECEIVE_MMS

    Property

    Android

    Since

    5.0.5

Generated using TypeDoc