kaios-types
    Preparing search index...

    Interface MozInterAppConnection

    Represents an established Inter-App Connection.

    interface MozInterAppConnection {
        keyword: string;
        publisher: string;
        subscriber: string;
        cancel(): void;
    }
    Index

    Properties

    keyword: string

    The keyword associated with the connection.

    publisher: string

    The manifest URL of the publisher application.

    subscriber: string

    The manifest URL of the subscriber application.

    Methods