UIInteraction.as constructor

UIInteraction.as(
  1. ObjCObject other
)

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

Implementation

UIInteraction.as(objc.ObjCObject other) : object$ = other;