mattermost-mobile/app/constants/permissions.js
enahum 6132b72adb
iOS request permissions if needed to save files to the photo library (#1368)
* iOS request permissions if needed to save files to the photo library

* Fixing capital letter in permission description
2018-01-22 16:18:42 -03:00

8 lines
218 B
JavaScript

// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
export default {
AUTHORIZED: 'authorized',
DENIED: 'denied',
UNDETERMINED: 'undetermined'
};