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

Interface VolumeConfig

SystemSetting.d.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 | "notification";
16
17interface VolumeConfig {
18 type?: VolumeType;
19 playSound?: boolean;
20 showUI?: boolean;
21}
22
23interface VolumeData {
24 value: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected