DevicePolicyManager.IsMasterVolumeMuted(ComponentName) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by profile or device owners to check whether the global volume mute is on or off.
[Android.Runtime.Register("isMasterVolumeMuted", "(Landroid/content/ComponentName;)Z", "GetIsMasterVolumeMuted_Landroid_content_ComponentName_Handler")]
public virtual bool IsMasterVolumeMuted (Android.Content.ComponentName admin);
[<Android.Runtime.Register("isMasterVolumeMuted", "(Landroid/content/ComponentName;)Z", "GetIsMasterVolumeMuted_Landroid_content_ComponentName_Handler")>]
abstract member IsMasterVolumeMuted : Android.Content.ComponentName -> bool
override this.IsMasterVolumeMuted : Android.Content.ComponentName -> bool
Parameters
- admin
- ComponentName
Which DeviceAdminReceiver
this request is associated with.
Returns
true
if global volume is muted, false
if it's not.
- Attributes
Remarks
Called by profile or device owners to check whether the global volume mute is on or off.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.