UIContextMenuConfiguration.as constructor

UIContextMenuConfiguration.as(
  1. ObjCObject other
)

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

Implementation

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