Package org.robovm.apple.mediaplayer
Class MPVolumeSettings
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.mediaplayer.MPVolumeSettings
public class MPVolumeSettings extends CocoaUtility
-
Constructor Summary
Constructors Constructor Description MPVolumeSettings() -
Method Summary
Modifier and Type Method Description static voidhideAlert()Deprecated.Deprecated in iOS 11.3.static booleanisAlertVisible()Deprecated.Deprecated in iOS 11.3.static voidshowAlert()Deprecated.Deprecated in iOS 11.3.
-
Constructor Details
-
MPVolumeSettings
public MPVolumeSettings()
-
-
Method Details
-
showAlert
Deprecated.Deprecated in iOS 11.3. Use MPVolumeView to present volume controls. -
hideAlert
Deprecated.Deprecated in iOS 11.3. Use MPVolumeView to present volume controls. -
isAlertVisible
Deprecated.Deprecated in iOS 11.3. Use MPVolumeView to present volume controls.
-