UITextInputAssistantItem.as constructor

UITextInputAssistantItem.as(
  1. ObjCObject other
)

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

Implementation

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