We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm trying to use this plugin and I need to for 'HKWorkoutActivityTypeMindAndBody'
HKWorkoutActivityTypeMindAndBody
but when I use the following code, the healthkit dialog wont popup and I get the error message!
function requestAuth() { var supportedTypes = [ 'HKWorkoutActivityTypeMindAndBody' ]; window.plugins.healthkit.requestAuthorization( { readTypes: supportedTypes, writeTypes: supportedTypes }, function(){alert('ok')}, function(){alert('error')} ); }
does this plugin support HKWorkoutActivityTypeMindAndBody data Type?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm trying to use this plugin and I need to for '
HKWorkoutActivityTypeMindAndBody
'but when I use the following code, the healthkit dialog wont popup and I get the error message!
does this plugin support HKWorkoutActivityTypeMindAndBody data Type?
Thanks in advance.
The text was updated successfully, but these errors were encountered: