FirebaseDynamicLinks Framework Reference

FIRDLMatchType

enum FIRDLMatchType : NSUInteger {}

The match type of the Dynamic Link.

  • The match has not been achieved.

    Declaration

    Objective-C

    FIRDLMatchTypeNone
  • The match between the Dynamic Link and this device may not be perfect, hence you should not reveal any personal information related to the Dynamic Link.

    Declaration

    Objective-C

    FIRDLMatchTypeWeak
  • The match between the Dynamic Link and this device has high confidence but small possibility of error still exist.

    Declaration

    Objective-C

    FIRDLMatchTypeDefault
  • The match between the Dynamic Link and this device is exact, hence you may reveal personal information related to the Dynamic Link.

    Declaration

    Objective-C

    FIRDLMatchTypeUnique