ObjCAction

Native
1.3
@Target([AnnotationTarget.FUNCTION]) annotation class ObjCAction
(source)

Makes Kotlin method in Objective-C class accessible through Objective-C dispatch to be used as action sent by control in UIKit or AppKit.

Constructors

Native
1.3

<init>

Makes Kotlin method in Objective-C class accessible through Objective-C dispatch to be used as action sent by control in UIKit or AppKit.

ObjCAction()