Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Obtain the user’s current Mini App permission settings.
my.getSetting({ success: (res) => { console.log('Auth settings:', res.authSetting); // Example: { location: true, camera: false, album: true, userInfo: true, phoneNumber: true } if (res.authSetting['location']) { // Location permission already granted } }, fail: (err) => { console.error('Failed to get settings:', err); } });