detox
Version:
E2E tests and automation for mobile
14 lines (13 loc) • 378 B
JavaScript
module.exports = Object.freeze({
userNotificationTriggers: {
push: 'push',
calendar: 'calendar',
timeInterval: 'timeInterval',
location: 'location'
},
userActivityTypes: {
searchableItem: 'com.apple.corespotlightitem',
browsingWeb: 'NSUserActivityTypeBrowsingWeb',
},
searchableItemActivityIdentifier: 'kCSSearchableItemActivityIdentifier'
});