UIFocusUpdateContext.as constructor

UIFocusUpdateContext.as(
  1. ObjCObject other
)

Constructs a UIFocusUpdateContext that points to the same underlying object as other.

Implementation

UIFocusUpdateContext.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIFocusUpdateContext', iOS: (false, (9, 0, 0)));
}