Skip to content

Commit f99645b

Browse files
mandel-macaqueGitHub Actions Autoformatter
andauthored
[BackgroundAssets] Add support for Xcode 15 beta 6. (#18788)
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
1 parent efd8570 commit f99645b

5 files changed

Lines changed: 22 additions & 8 deletions

File tree

src/backgroundassets.cs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,28 @@ public enum BAContentRequest : long {
3636
Periodic,
3737
}
3838

39+
[NoWatch, NoTV, Mac (14, 0), iOS (17, 0), MacCatalyst (17, 0)]
40+
[ErrorDomain ("BAErrorDomain")]
41+
[Native]
42+
public enum BAErrorCode : long {
43+
DownloadInvalid = 0,
44+
CallFromExtensionNotAllowed = 50,
45+
CallFromInactiveProcessNotAllowed = 51,
46+
CallerConnectionNotAccepted = 55,
47+
CallerConnectionInvalid = 56,
48+
DownloadAlreadyScheduled = 100,
49+
DownloadNotScheduled = 101,
50+
DownloadFailedToStart = 102,
51+
DownloadAlreadyFailed = 103,
52+
DownloadEssentialDownloadNotPermitted = 109,
53+
DownloadBackgroundActivityProhibited = 111,
54+
DownloadWouldExceedAllowance = 112,
55+
SessionDownloadDisallowedByDomain = 202,
56+
SessionDownloadDisallowedByAllowance = 203,
57+
SessionDownloadAllowanceExceeded = 204,
58+
SessionDownloadNotPermittedBeforeAppLaunch = 206,
59+
}
60+
3961
[NoWatch, NoTV, Mac (13, 0), iOS (16, 0), MacCatalyst (16, 0)]
4062
[BaseType (typeof (NSObject))]
4163
[DisableDefaultCtor]

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

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

tests/xtro-sharpie/api-annotations-dotnet/macOS-BackgroundAssets.todo

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

tests/xtro-sharpie/iOS-BackgroundAssets.todo

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

tests/xtro-sharpie/macOS-BackgroundAssets.todo

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

0 commit comments

Comments
 (0)