CustomEvent
@objc
public class CustomEvent : Event
Custom event that the host app can call with a custom event name.
-
Undocumented
Declaration
Swift
@objc public init(withName name: String, withCustomAttributes customAttributes: [CustomAttribute]?)
-
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool