Package org.robovm.apple.avfoundation
Class AVAudioSessionInterruptionNotification
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.avfoundation.AVAudioSessionInterruptionNotification
public class AVAudioSessionInterruptionNotification extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVAudioSessionInterruptionNotification.AsListMarshalerstatic classAVAudioSessionInterruptionNotification.Keysstatic classAVAudioSessionInterruptionNotification.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description AVAudioSessionInterruptionNotification() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)AVAudioSessionInterruptionOptionsgetOptions()AVAudioSessionInterruptionTypegetType()booleanhas(NSString key)AVAudioSessionInterruptionNotificationset(NSString key, NSObject value)AVAudioSessionInterruptionNotificationsetOptions(AVAudioSessionInterruptionOptions options)AVAudioSessionInterruptionNotificationsetType(AVAudioSessionInterruptionType type)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
AVAudioSessionInterruptionNotification
public AVAudioSessionInterruptionNotification()
-
-
Method Details
-
has
-
get
-
set
-
getType
-
setType
-
getOptions
-
setOptions
public AVAudioSessionInterruptionNotification setOptions(AVAudioSessionInterruptionOptions options)
-