capacitor-native-update
Version:
Native Update Plugin for Capacitor
13 lines (12 loc) • 1.3 kB
TypeScript
export { CapacitorNativeUpdate } from './plugin';
export type { CapacitorNativeUpdatePlugin, NativeUpdateCombinedPlugin, NativeUpdateListeners, LiveUpdatePlugin, AppUpdatePlugin, AppReviewPlugin, PluginConfig, UpdateConfig, LiveUpdateConfig, AppUpdateConfig, AppReviewConfig, BundleInfo, BundleStatus, UpdateStrategy, InstallMode, DownloadOptions, DownloadProgressEvent, SyncOptions, SyncResult, DeleteOptions, LatestVersion, ValidateOptions, ValidationResult, AppUpdateInfo, OpenAppStoreOptions, ReviewResult, CanRequestReviewResult, UpdateStateChangedEvent, UpdateError, UpdateErrorCode, } from './definitions';
export { ErrorCode, CapacitorNativeUpdateError, ConfigurationError, DownloadError, ValidationError, StorageError, UpdateError as UpdateErrorClass, } from './core/errors';
export { ConfigManager } from './core/config';
export { Logger, LogLevel } from './core/logger';
export { SecurityValidator } from './core/security';
export { PluginManager } from './core/plugin-manager';
export { CacheManager } from './core/cache-manager';
export { BundleManager } from './live-update/bundle-manager';
export { DownloadManager } from './live-update/download-manager';
export { VersionManager } from './live-update/version-manager';
export { UpdateManager } from './live-update/update-manager';