Function request

  • Requests location permission from the user. It'll also attempt to activate any disbaled services (Android Only)

    Parameters

    • locationPermissionType: LocationRequestPermissionType
    • rationale: null | {
          denyButton?: {
              label: string;
          };
          successButton?: {
              label: string;
          };
          text: string;
          title: string;
      }
    • callback: LocationPermissionCallback

    Returns void

Generated using TypeDoc