Ejemplo n.º 1
0
 private void Awake()
 {
     m_notificationService = new HuaweiPushNotificationService();
     m_notificationService.SetListener(this);
     m_notificationService.Init();
 }