Package apple.avfoundation.enums
Class AVAudioSessionInterruptionOptions
- java.lang.Object
-
- apple.avfoundation.enums.AVAudioSessionInterruptionOptions
-
public final class AVAudioSessionInterruptionOptions extends java.lang.ObjectValues for AVAudioSessionInterruptionOptionKey in AVAudioSessionInterruptionNotification's userInfo dictionary.
-
-
Field Summary
Fields Modifier and Type Field Description static longAVAudioSessionInterruptionOptionShouldResumeIndicates that you should resume playback now that the interruption has ended.
-
-
-
Field Detail
-
AVAudioSessionInterruptionOptionShouldResume
public static final long AVAudioSessionInterruptionOptionShouldResume
Indicates that you should resume playback now that the interruption has ended.- See Also:
- Constant Field Values
-
-