1bea4f105Sopenharmony_ci/* 2bea4f105Sopenharmony_ci * Copyright (c) Huawei Technologies Co., Ltd. 2021-2022. All rights reserved. 3bea4f105Sopenharmony_ci */ 4bea4f105Sopenharmony_ci 5bea4f105Sopenharmony_ci/** 6bea4f105Sopenharmony_ci * [常量]<BR> 7bea4f105Sopenharmony_ci * 8bea4f105Sopenharmony_ci */ 9bea4f105Sopenharmony_ciexport class Constants { 10bea4f105Sopenharmony_ci /** 11bea4f105Sopenharmony_ci * Bundle name of audioPicker 12bea4f105Sopenharmony_ci */ 13bea4f105Sopenharmony_ci public static readonly AUDIO_PICKER_BUNDLE = 'com.ohos.filepicker'; 14bea4f105Sopenharmony_ci 15bea4f105Sopenharmony_ci /** 16bea4f105Sopenharmony_ci * AudioPicker每页请求数量 17bea4f105Sopenharmony_ci */ 18bea4f105Sopenharmony_ci public static readonly PICKER_PAGE_SIZE: number = 100 19bea4f105Sopenharmony_ci 20bea4f105Sopenharmony_ci /** 21bea4f105Sopenharmony_ci * 每次请求参数 22bea4f105Sopenharmony_ci */ 23bea4f105Sopenharmony_ci public static readonly PAGE_COUNT: number = 1 24bea4f105Sopenharmony_ci}