Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-notifications
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
冷佳娟
react-native-notifications
4e661458a7f06a691eb7aad7577308ad3273240b
4e661458a7f06a691eb7aad7577308ad3273240b
Switch branch/tag
react-native-notifications
lib
src
interfaces
NotificationCompletion.ts
Find file
Normal view
History
Permalink
NotificationCompletion.ts
101 Bytes
Edit
Web IDE
Newer
Older
Split Notification.ts, Fix android example module
yogevbd
committed
Sep 09, 2019
1
2
3
4
5
export
interface
NotificationCompletion
{
badge
?:
boolean
;
alert
?:
boolean
;
sound
?:
boolean
;
}