MCPcopy Create free account
hub / github.com/CommE2E/comm / onPushNotifBootsApp

Method onPushNotifBootsApp

native/push/push-handler.react.js:756–763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers 1

PushHandlerClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected