()
| 754 | }; |
| 755 | |
| 756 | onPushNotifBootsApp() { |
| 757 | if ( |
| 758 | this.props.rootContext && |
| 759 | this.props.rootContext.detectUnsupervisedBackground |
| 760 | ) { |
| 761 | this.props.rootContext.detectUnsupervisedBackground(false); |
| 762 | } |
| 763 | } |
| 764 | |
| 765 | iosNotificationOpened = (rawNotification: CoreIOSNotificationData) => { |
| 766 | const notification = new CommIOSNotification(rawNotification); |