@doordeck/doordeck-headless-sdk 0.117.0 → 0.119.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -7,21 +7,22 @@ We are publishing the packages to multiple repositories:
|
|
|
7
7
|
| Platform | Repository |
|
|
8
8
|
|:---------------------------:|------------------------------------------------------------------------------------------------------------------------|
|
|
9
9
|
| Multiplatform, Android, JVM | [Maven central](https://central.sonatype.com/namespace/com.doordeck.headless.sdk) |
|
|
10
|
-
|
|
|
10
|
+
| iOS, macOS, watchOS | [Cocoapods](https://cocoapods.org/pods/DoordeckSDK), [SPM](https://github.com/doordeck/doordeck-headless-sdk-spm) |
|
|
11
11
|
| JS | [NPM](https://www.npmjs.com/package/@doordeck/doordeck-headless-sdk) |
|
|
12
12
|
| Windows | [NuGet](https://www.nuget.org/packages/Doordeck.Headless.Sdk), [PyPi](https://pypi.org/project/doordeck-headless-sdk/) |
|
|
13
13
|
|
|
14
14
|
## Supported platforms
|
|
15
15
|
The SDK supports a range of targets for different platforms:
|
|
16
16
|
|
|
17
|
-
| Platform | Target
|
|
18
|
-
|
|
19
|
-
| Android | `android`
|
|
20
|
-
| JVM | `jvm`
|
|
21
|
-
| iOS | `iosX64`, `iosArm64`, `iosSimulatorArm64`
|
|
22
|
-
| macOS | `macosArm64`
|
|
23
|
-
|
|
|
24
|
-
|
|
|
17
|
+
| Platform | Target | Language |
|
|
18
|
+
|:--------:|-------------------------------------------------------|----------------------------|
|
|
19
|
+
| Android | `android` | `Java`, `Kotlin` |
|
|
20
|
+
| JVM | `jvm` | `Java`, `Kotlin` |
|
|
21
|
+
| iOS | `iosX64`, `iosArm64`, `iosSimulatorArm64` | `Swift`, `Objective-C` |
|
|
22
|
+
| macOS | `macosArm64` | `Swift`, `Objective-C` |
|
|
23
|
+
| watchOS | `watchosX64`, `watchosArm64`, `watchosSimulatorArm64` | `Swift`, `Objective-C` |
|
|
24
|
+
| JS | `jsNode`, `jsBrowser` | `JavaScript`, `TypeScript` |
|
|
25
|
+
| Windows | `mingwX64` | `C#`, `Python` |
|
|
25
26
|
|
|
26
27
|
## Getting started
|
|
27
28
|
To start using the Doordeck Headless SDK, refer to the [documentation index](https://developer.doordeck.com/docs/category/kotlin-multiplatform-sdk) for detailed setup and usage instructions tailored to your platform.
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
return tmp;
|
|
366
366
|
}
|
|
367
367
|
initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
|
|
368
|
-
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder,
|
|
368
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithUtcOffset, WithTime]);
|
|
369
369
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
370
370
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
371
371
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
initMetadataForCoroutine($doSelectSuspendCOROUTINE$, CoroutineImpl);
|
|
260
260
|
initMetadataForCoroutine($completeCOROUTINE$, CoroutineImpl);
|
|
261
261
|
initMetadataForCoroutine($processResultAndInvokeBlockRecoveringExceptionCOROUTINE$, CoroutineImpl);
|
|
262
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
262
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
263
263
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
264
264
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
265
265
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|