Package org.robovm.apple.uikit
Class UIAccessibilityElementFocusedNotification
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.uikit.UIAccessibilityElementFocusedNotification
public class UIAccessibilityElementFocusedNotification extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIAccessibilityElementFocusedNotification.AsListMarshalerstatic classUIAccessibilityElementFocusedNotification.Keysstatic classUIAccessibilityElementFocusedNotification.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)StringgetAssistiveTechnology()NSObjectgetFocusedElement()NSObjectgetUnfocusedElement()booleanhas(NSString key)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
getFocusedElement
- Since:
- Available in iOS 9.0 and later.
-
getUnfocusedElement
- Since:
- Available in iOS 9.0 and later.
-
getAssistiveTechnology
- Since:
- Available in iOS 9.0 and later.
-