Package org.robovm.apple.uikit
Class UIAccessibilityNotification.Values
java.lang.Object
org.robovm.apple.uikit.UIAccessibilityNotification.Values
- Enclosing class:
- UIAccessibilityNotification
public static class UIAccessibilityNotification.Values extends Object
-
Constructor Summary
Constructors Constructor Description Values() -
Method Summary
Modifier and Type Method Description static intAnnouncementNotification()static intLayoutChangedNotification()static intPageScrolledNotification()static intPauseAssistiveTechnologyNotification()static intResumeAssistiveTechnologyNotification()static intScreenChangedNotification()
-
Constructor Details
-
Values
public Values()
-
-
Method Details
-
ScreenChangedNotification
public static int ScreenChangedNotification() -
LayoutChangedNotification
public static int LayoutChangedNotification() -
AnnouncementNotification
public static int AnnouncementNotification() -
PageScrolledNotification
public static int PageScrolledNotification() -
PauseAssistiveTechnologyNotification
public static int PauseAssistiveTechnologyNotification() -
ResumeAssistiveTechnologyNotification
public static int ResumeAssistiveTechnologyNotification()
-