Boks SDK Documentation - v0.0.11
    Preparing search index...

    Interface NfcScanResult

    interface NfcScanResult {
        register: () => Promise<boolean>;
        tagId: string;
    }
    Index

    Properties

    Properties

    register: () => Promise<boolean>
    tagId: string