Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Add Binding for the "ResultData" Dictionary in the UniversalIdIdentif…
Browse files Browse the repository at this point in the history
…ication class
  • Loading branch information
ricardocolombo committed Jul 15, 2022
1 parent 9eb5861 commit 8e3e134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BindingSource/AnylineXamarinSDK.iOS/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2452,6 +2452,10 @@ interface ALUniversalIDIdentification
[Export ("faceImageBounds", ArgumentSemantic.Assign)]
CGRect FaceImageBounds { get; set; }

// @property (readonly, nonatomic) NSDictionary<NSString *,NSString *> * _Nonnull resultData;
[Export ("resultData")]
NSDictionary<NSString, NSString> ResultData { get; }

// -(void)addField:(NSString * _Nonnull)fieldName value:(NSString * _Nonnull)value;
[Export ("addField:value:")]
void AddField (string fieldName, string value);
Expand Down

0 comments on commit 8e3e134

Please sign in to comment.