Documentation
    Preparing search index...

    Interface BleServiceContext

    Context passed to host-provided NAP-BLE hooks.

    interface BleServiceContext {
        windowId: string;
        emit(event: BleEvent): void;
    }
    Index

    Properties

    Methods

    Properties

    windowId: string

    Window id of the requesting napplet.

    Methods