MCPcopy Create free account
hub / github.com/c19354837/react-native-system-setting / getVolume

Method getVolume

SystemSetting.js:114–116  ·  view source on GitHub ↗
(type = 'music')

Source from the content-addressed store, hash-verified

112 }
113
114 static async getVolume(type = 'music') {
115 return await SystemSettingNative.getVolume(type)
116 }
117
118 static setVolume(val, config = {}) {
119 if (typeof (config) === 'string') {

Callers 2

componentDidMountFunction · 0.45
App.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected