UIButtonConfiguration.as constructor

UIButtonConfiguration.as(
  1. ObjCObject other
)

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

Implementation

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