AppSubmission (struct)
Namespace: PorticoXREditor.Project.AppLibrary
Submit an app to the Portico platform.
Fields
stringName — Name of the app.stringBundleId — Bundle ID / package name.stringVersion — App version.stringApkPath — (Optional) Local path to the APK file.IReadOnlyList<string>ModuleNames — (Optional) Name of each module in the app.
Properties
| Property | Type | Summary |
|---|---|---|
| ObbPath | string |
(Optional) Local path to the OBB file required by the app. |
Methods
| Method | Return Type | Parameters | Summary |
|---|---|---|---|
| Submit | Task<SubmissionResult> |
CancellationToken cancellationToken |
Submit the detailed app to the Portico platform. |
| GetModuleNames | IReadOnlyList<string> |
- | Get a list of modules in the app. |