Class AVAudioSessionRecordPermission


  • public final class AVAudioSessionRecordPermission
    extends java.lang.Object
    [@enum] AVAudioSessionRecordPermission These are the values returned by recordPermission. [@var] AVAudioSessionRecordPermissionUndetermined The user has not yet been asked for permission. [@var] AVAudioSessionRecordPermissionDenied The user has been asked and has denied permission. [@var] AVAudioSessionRecordPermissionGranted The user has been asked and has granted permission. Introduced: ios(8.0), watchos(4.0)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Denied  
      static long Granted  
      static long Undetermined  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait