Interface ProxySpec<D, T, S>

Type Parameters

Hierarchy

  • ProxySpec

Properties

events?: ProxyEventCallbacks<D, T, S>

Callbacks for getting notified about events.

methods?: {
    [name: string]: UserMethodImplementation<D, T, S> | ObjC.MethodSpec<UserMethodImplementation<D, T, S>>;
}

Methods to implement.

Type declaration

name?: string

Name of the proxy class.

Omit this if you don’t care about the globally visible name and would like the runtime to auto-generate one for you.

protocols?: Protocol[]

Protocols this proxy class conforms to.

Generated using TypeDoc