You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
945 B
26 lines
945 B
1 year ago
|
// ignore_for_file: public_member_api_docs
|
||
|
|
||
|
final class AppIDs {
|
||
|
static const filesSharing = 'files_sharing';
|
||
|
static const filesVersions = 'files_versions';
|
||
|
static const files = 'files';
|
||
|
static const updatenotification = 'updatenotification';
|
||
|
static const dashboard = 'dashboard';
|
||
|
static const uppush = 'uppush';
|
||
|
static const settings = 'settings';
|
||
|
static const dav = 'dav';
|
||
|
static const userStatus = 'user_status';
|
||
|
static const notifications = 'notifications';
|
||
|
static const notes = 'notes';
|
||
|
static const news = 'news';
|
||
|
static const core = 'core';
|
||
|
static const filesTrashbin = 'files_trashbin';
|
||
|
static const comments = 'comments';
|
||
|
static const sharebymail = 'sharebymail';
|
||
|
static const filesExternal = 'files_external';
|
||
|
static const filesReminders = 'files_reminders';
|
||
|
static const provisioningApi = 'provisioning_api';
|
||
|
static const theming = 'theming';
|
||
|
static const weatherStatus = 'weather_status';
|
||
|
}
|