Package org.robovm.apple.uikit
Class UIViewController.Notifications
java.lang.Object
org.robovm.apple.uikit.UIViewController.Notifications
- Enclosing class:
- UIViewController
public static class UIViewController.Notifications extends Object
-
Constructor Summary
Constructors Constructor Description Notifications() -
Method Summary
Modifier and Type Method Description static NSObjectProtocolobserveDidEnterBackground(UIViewController object, VoidBlock1<UIViewController> block)
-
Constructor Details
-
Notifications
public Notifications()
-
-
Method Details
-
observeDidEnterBackground
public static NSObjectProtocol observeDidEnterBackground(UIViewController object, VoidBlock1<UIViewController> block)- Since:
- Available in iOS 8.0 and later.
-