Skip to content

Commit ac9c5ca

Browse files
authored
[CoreNFC] Update to Xcode 26 beta 1-5. (#23481)
1 parent 6a7a83f commit ac9c5ca

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

src/corenfc.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ public enum NFCReaderError : long {
2727
InvalidParameterLength,
2828
ParameterOutOfBound,
2929
RadioDisabled = 6,
30+
Ineligible = 7,
31+
AccessNotAccepted = 8,
3032

3133
/// <summary>The connection to the tag was lost.</summary>
3234
ReaderTransceiveErrorTagConnectionLost = 100,
@@ -1230,4 +1232,13 @@ interface NFCVasReaderSession {
12301232
[DesignatedInitializer]
12311233
NativeHandle Constructor (NFCVasCommandConfiguration [] commandConfigurations, INFCVasReaderSessionDelegate @delegate, [NullAllowed] DispatchQueue queue);
12321234
}
1235+
1236+
[MacCatalyst (26, 0), NoTV, NoMac, iOS (26, 0)]
1237+
[BaseType (typeof (NFCTagReaderSession))]
1238+
[DisableDefaultCtor]
1239+
interface NFCPaymentTagReaderSession {
1240+
[Export ("initWithDelegate:queue:")]
1241+
NativeHandle Constructor (INFCTagReaderSessionDelegate @delegate, [NullAllowed] DispatchQueue queue);
1242+
}
1243+
12331244
}

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CoreNFC.todo

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreNFC.todo

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)