Ai
46 Star 180 Fork 4.8K

OpenHarmony/interface_sdk-js
Closed

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
appVersionInfo.d.ts 2.99 KB
Copy Edit Raw Blame History
openharmony_ci authored 2024-03-22 09:58 +08:00 . !9931FA模型标签补充
/*
* Copyright (c) 2022-2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file
* @kit AbilityKit
*/
/**
* Defines an AppVersionInfo object.
*
* @typedef AppVersionInfo
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @since 7
*/
/**
* Defines an AppVersionInfo object.
*
* @typedef AppVersionInfo
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @atomicservice
* @since 11
*/
/**
* Defines an AppVersionInfo object.
*
* @typedef AppVersionInfo
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @famodelonly
* @atomicservice
* @since 12
*/
export interface AppVersionInfo {
/**
* Application name.
*
* @type { string }
* @default appName
* @readonly
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @since 7
*/
/**
* Application name.
*
* @type { string }
* @default appName
* @readonly
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @atomicservice
* @since 11
*/
/**
* Application name.
*
* @type { string }
* @default appName
* @readonly
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @famodelonly
* @atomicservice
* @since 12
*/
readonly appName: string;
/**
* Application version number.
*
* @type { number }
* @default versionCode
* @readonly
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @since 7
*/
/**
* Application version number.
*
* @type { number }
* @default versionCode
* @readonly
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @atomicservice
* @since 11
*/
/**
* Application version number.
*
* @type { number }
* @default versionCode
* @readonly
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @famodelonly
* @atomicservice
* @since 12
*/
readonly versionCode: number;
/**
* Application version name.
*
* @type { string }
* @default versionName
* @readonly
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @since 7
*/
/**
* Application version name.
*
* @type { string }
* @default versionName
* @readonly
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @atomicservice
* @since 11
*/
/**
* Application version name.
*
* @type { string }
* @default versionName
* @readonly
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @famodelonly
* @atomicservice
* @since 12
*/
readonly versionName: string;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/interface_sdk-js.git
git@gitee.com:openharmony/interface_sdk-js.git
openharmony
interface_sdk-js
interface_sdk-js
master

Search