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

    Interface WriteOptions

    interface WriteOptions {
        kind?: ScanKind;
        message?: string;
        successfulReadMessage?: string;
        successMessage?: string;
    }
    Index

    Properties

    kind?: ScanKind
    message?: string

    Message displayed in the UI when reading the tag. iOS only.

    successfulReadMessage?: string

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

    successMessage?: string

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