Class NSURLBookmarkResolutionOptions


  • public final class NSURLBookmarkResolutionOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Mounting
      don't mount a volume during bookmark resolution
      static long UI
      don't perform any user interaction during bookmark resolution
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • UI

        public static final long UI
        don't perform any user interaction during bookmark resolution
        See Also:
        Constant Field Values
      • Mounting

        public static final long Mounting
        don't mount a volume during bookmark resolution
        See Also:
        Constant Field Values