# wx.miniapp.getMetaData
Android >= 1.3.23
Obtain meta-data The value ofSet up meta-data The method can be viewedAndroid Set up meta-data
# Return parameter
attribute | type | Introductions |
---|---|---|
The developer is in project.miniapp.json Custom name(app_channel) | string | meta-data The value of |
errMsg | string | Error message |
# Sample Instructions
wx.miniapp.getMetaData ({
success (res) {
console.log('getMetaData success', res)
}
})
