Documentation
    Preparing search index...

    Interface IntentBehavior

    Window-behavior hints carried with an intent invoke.

    interface IntentBehavior {
        focus?: boolean;
        newWindow?: boolean;
        reuse?: boolean;
    }
    Index

    Properties

    focus?: boolean

    Bring the handler window to the foreground.

    newWindow?: boolean

    Force a new window rather than reusing an existing handler instance.

    reuse?: boolean

    Prefer reusing an already-open handler instance when one exists.