FP-Devicer - v1.6.1
    Preparing search index...

    Interface IdentifyResult

    Return type of DeviceManager.identify.

    interface IdentifyResult {
        confidence: number;
        deviceId: string;
        enrichmentInfo: IdentifyEnrichmentInfo;
        isNewDevice: boolean;
        linkedUserId?: string;
        matchConfidence: number;
    }
    Index

    Properties

    confidence: number
    deviceId: string
    enrichmentInfo: IdentifyEnrichmentInfo
    isNewDevice: boolean
    linkedUserId?: string
    matchConfidence: number

    Mirror of confidence; also persisted on the saved snapshot for drift tracking.