Permission Plugin

This plugin allows you to do check and request permission

Platforms:

this plugin only works with iOS and MacOS at the moment

Functions:

Permission Types:

"photo"(MacOS, iOS), more coming soon

permission.requestPermission(type, listener)

type(string) type of permission to request (see above)

listener(function) listener which will return events. event.status returns "authorized", "restricted", or "denied"

permission.hasPermission(type)

-- returns string "authorized", "denied", "not determined", or "restricted"

type(string) type of permission to request (see above)

Build Settings:

Helpful Links:

Example

Support

Get Plugin