Class AVAudioSessionInterruptionType


  • public final class AVAudioSessionInterruptionType
    extends java.lang.Object
    Values for AVAudioSessionInterruptionTypeKey in AVAudioSessionInterruptionNotification's userInfo dictionary.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Began
      < the system has interrupted your audio session
      static long Ended
      < the interruption has ended
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Began

        public static final long Began
        < the system has interrupted your audio session
        See Also:
        Constant Field Values