Interface Registration

General parameters to register for a notification or to register a provider.

interface Registration {
    id: string;
    method: string;
    registerOptions?: any;
}

Properties

id: string

The id used to register the request. The id can be used to deregister the request again.

method: string

The method / capability to register for.

registerOptions?: any

Options necessary for the registration.