Package org.robovm.apple.uikit
Class UIApplicationLaunchOptions
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.uikit.UIApplicationLaunchOptions
public class UIApplicationLaunchOptions extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIApplicationLaunchOptions.AsListMarshalerstatic classUIApplicationLaunchOptions.Keysstatic classUIApplicationLaunchOptions.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description UIApplicationLaunchOptions() -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
UIApplicationLaunchOptions
public UIApplicationLaunchOptions()
-
-
Method Details
-
has
-
get
-
set
-
getURL
-
setURL
-
getSourceApplication
-
setSourceApplication
-
getLocalNotification
Deprecated.Deprecated in iOS 10.0. Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:] -
setLocalNotification
@Deprecated public UIApplicationLaunchOptions setLocalNotification(UILocalNotification localNotification)Deprecated.Deprecated in iOS 10.0. Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:] -
getAnnotation
-
setAnnotation
-
isLocationStart
public boolean isLocationStart() -
setLocationStart
-
getNewsstandDownloadIdentifiers
-
setNewsstandDownloadIdentifiers
public UIApplicationLaunchOptions setNewsstandDownloadIdentifiers(List<String> newsstandDownloadIdentifiers) -
getBluetoothCentralIdentifiers
-
setBluetoothCentralIdentifiers
public UIApplicationLaunchOptions setBluetoothCentralIdentifiers(List<String> bluetoothCentralIdentifiers) -
getBluetoothPeripheralIdentifiers
-
setBluetoothPeripheralIdentifiers
public UIApplicationLaunchOptions setBluetoothPeripheralIdentifiers(List<String> bluetoothPeripheralIdentifiers) -
getShortcutItem
- Since:
- Available in iOS 9.0 and later.
-
setShortcutItem
- Since:
- Available in iOS 9.0 and later.
-
getUserActivityInfo
-
setUserActivityInfo
public UIApplicationLaunchOptions setUserActivityInfo(UIApplicationLaunchOptionsUserActivityInfo userActivityInfo) -
getRemoteNotification
- Since:
- Available in iOS 3.0 and later.
-