@tauri-apps/plugin-nfc - v2.3.0
    Preparing search index...

    Interface ScanOptions

    interface ScanOptions {
        keepSessionAlive?: boolean;
        message?: string;
        successMessage?: string;
    }
    Index

    Properties

    keepSessionAlive?: boolean
    message?: string

    Message displayed in the UI. iOS only.

    successMessage?: string

    Message displayed in the UI when the message has been read. iOS only.