コード例 #1
0
ファイル: Home.js プロジェクト: Coder108/prisma-ecommerce
 componentWillUnmount() {
   OneSignal.removeEventListener('ids', this.onIds);
   this.subscription.unsubscribe();
 }
コード例 #2
0
 componentWillUnmount() {
     OneSignal.removeEventListener('received', this.onReceived);
     OneSignal.removeEventListener('opened', this.onOpened);
     OneSignal.removeEventListener('ids', this.onIds);
     OneSignal.removeEventListener('emailSubscription', this.onEmailRegistrationChange);
 }