Skip to content

Commit 95460b9

Browse files
committed
Commit up-to-date ApiDefinitions.cs
1 parent 820efed commit 95460b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sentry.Bindings.Cocoa/ApiDefinitions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,9 @@ interface SentryEnvelopeItemHeader : SentrySerializable
416416
[Export ("initWithType:length:filenname:contentType:")]
417417
NativeHandle Constructor (string type, nuint length, string filename, string contentType);
418418

419-
// -(instancetype _Nonnull)initWithType:(NSString * _Nonnull)type length:(NSUInteger)length contentType:(NSString * _Nonnull)contentType itemCount:(NSNumber * _Nonnull)itemCount;
419+
// -(instancetype _Nonnull)initWithType:(NSString * _Nonnull)type length:(NSUInteger)length contentType:(NSString * _Nullable)contentType itemCount:(NSNumber * _Nonnull)itemCount;
420420
[Export ("initWithType:length:contentType:itemCount:")]
421-
NativeHandle Constructor (string type, nuint length, string contentType, NSNumber itemCount);
421+
NativeHandle Constructor (string type, nuint length, [NullAllowed] string contentType, NSNumber itemCount);
422422

423423
// @property (readonly, copy, nonatomic) NSString * _Nonnull type;
424424
[Export ("type")]

0 commit comments

Comments
 (0)