GetPedometerAvailabilityToSdk: {
    result: "success";
} & ({
    isAvailable: true;
} | {
    isAvailable: false;
    status: "not_installed";
    storeUrl: string;
} | {
    isAvailable: false;
    status: "not_supported" | "permission_denied";
})

Type declaration

  • result: "success"