Interface ObjectMethod

Hierarchy

  • Parameters

    • Rest ...args: any[]

    Returns any

Properties

argumentTypes: string[]

Argument type names.

clone: ((options: NativeFunctionOptions) => ObjectMethod)

Type declaration

implementation: NativePointer

Current implementation.

You may replace it by assigning to this property. See ObjC.implement() for details.

returnType: string

Return type name.

selector: NativePointer

Objective-C selector. Use ObjC.selectorAsString() to convert it to a string.

types: string

Signature.

Generated using TypeDoc