Class UIApplicationLaunchOptions

    • Constructor Detail

      • UIApplicationLaunchOptions

        public UIApplicationLaunchOptions()
    • Method Detail

      • has

        public boolean has​(NSString key)
      • getURL

        public NSURL getURL()
        Since:
        Available in iOS 3.0 and later.
      • getSourceApplication

        public java.lang.String getSourceApplication()
        Since:
        Available in iOS 3.0 and later.
      • setSourceApplication

        public UIApplicationLaunchOptions setSourceApplication​(java.lang.String sourceApplication)
        Since:
        Available in iOS 3.0 and later.
      • getLocalNotification

        @Deprecated
        public UILocalNotification getLocalNotification()
        Deprecated.
        Deprecated in iOS 10.0. Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]
        Since:
        Available in iOS 4.0 and later.
      • setLocalNotification

        @Deprecated
        public UIApplicationLaunchOptions setLocalNotification​(UILocalNotification localNotification)
        Deprecated.
        Deprecated in iOS 10.0. Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]
        Since:
        Available in iOS 4.0 and later.
      • getAnnotation

        public NSObject getAnnotation()
        Since:
        Available in iOS 3.2 and later.
      • isLocationStart

        public boolean isLocationStart()
        Since:
        Available in iOS 4.0 and later.
      • setLocationStart

        public UIApplicationLaunchOptions setLocationStart​(boolean locationStart)
        Since:
        Available in iOS 4.0 and later.
      • getNewsstandDownloadIdentifiers

        public java.util.List<java.lang.String> getNewsstandDownloadIdentifiers()
        Since:
        Available in iOS 5.0 and later.
      • setNewsstandDownloadIdentifiers

        public UIApplicationLaunchOptions setNewsstandDownloadIdentifiers​(java.util.List<java.lang.String> newsstandDownloadIdentifiers)
        Since:
        Available in iOS 5.0 and later.
      • getBluetoothCentralIdentifiers

        public java.util.List<java.lang.String> getBluetoothCentralIdentifiers()
        Since:
        Available in iOS 7.0 and later.
      • setBluetoothCentralIdentifiers

        public UIApplicationLaunchOptions setBluetoothCentralIdentifiers​(java.util.List<java.lang.String> bluetoothCentralIdentifiers)
        Since:
        Available in iOS 7.0 and later.
      • getBluetoothPeripheralIdentifiers

        public java.util.List<java.lang.String> getBluetoothPeripheralIdentifiers()
        Since:
        Available in iOS 7.0 and later.
      • setBluetoothPeripheralIdentifiers

        public UIApplicationLaunchOptions setBluetoothPeripheralIdentifiers​(java.util.List<java.lang.String> bluetoothPeripheralIdentifiers)
        Since:
        Available in iOS 7.0 and later.
      • getRemoteNotification

        public UIRemoteNotification getRemoteNotification()
        Since:
        Available in iOS 3.0 and later.