Class AVAudioSessionInterruptionOptions


  • public final class AVAudioSessionInterruptionOptions
    extends java.lang.Object
    Values for AVAudioSessionInterruptionOptionKey in AVAudioSessionInterruptionNotification's userInfo dictionary.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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