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

Commit

Permalink
Update bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocolombo committed Feb 22, 2023
1 parent 1e7c682 commit 2196990
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BindingSource/AnylineXamarinSDK.iOS/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3998,9 +3998,9 @@ interface ALPluginResult_ALExtras : ALJSONStringRepresentable
[Export ("initWithJSONDictionary:error:")]
IntPtr Constructor (NSDictionary JSONDictionary, [NullAllowed] out NSError error);

// -(NSArray<NSDictionary<NSString *,NSString *> *> * _Nonnull)fieldList;
[Export ("fieldList")]
NSDictionary<NSString, NSString>[] FieldList { get; }
// // -(NSArray<NSDictionary<NSString *,NSString *> *> * _Nonnull)fieldList;
// [Export ("fieldList")]
// NSDictionary<NSString, NSString>[] FieldList { get; }
}

// @interface ALScanPluginConfig : NSObject <ALJSONStringRepresentable>
Expand Down Expand Up @@ -9364,4 +9364,4 @@ interface AnylineSDK
// bool SetupWithLicenseKey(string licenseKey, [NullAllowed] out NSError error);
// }

}
}

0 comments on commit 2196990

Please sign in to comment.