AppSubmission (struct)

Namespace: PorticoXREditor.Project.AppLibrary

Submit an app to the Portico platform.

Fields

  • string Name — Name of the app.
  • string BundleId — Bundle ID / package name.
  • string Version — App version.
  • string ApkPath — (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.