bn.getSetting
▸ getSetting(): Promise
<Settings
>
description
Gets the user's current settings. The return value only contains what the Mini Program has already requested from the user.
example
const res = await bn.getSetting()
console.log(res.authSetting['scope.userLocation']) // boolean
Returns
Promise
<Settings
>
Settings
Ƭ Settings: Object
Type declaration
Name | Type | Description |
---|---|---|
authSetting | AuthSettings | Result of user's permission |