UIContextMenuInteraction.as constructor
UIContextMenuInteraction.as(
- ObjCObject other
Constructs a UIContextMenuInteraction that points to the same underlying object as other.
Implementation
UIContextMenuInteraction.as(objc.ObjCObject other) : object$ = other {
objc.checkOsVersionInternal('UIContextMenuInteraction', iOS: (false, (13, 0, 0)));
}