Exemple #1
0
 private void DidReceiveRemoteNotificationEvent(CrossPlatformNotification _notification)
 {
     Debug.Log("Received DidReceiveRemoteNotificationEvent : " + _notification.ToString());
 }
Exemple #2
0
 private void DidReceiveRemoteNotificationEvent(CrossPlatformNotification _notification)
 {
     Debug.Log("Received DidReceiveRemoteNotificationEvent : " + _notification.ToString());
     //string[]  m_buttons				= new string[] { "Cancelar", "Ver" };
     //NPBinding.UI.ShowAlertDialogWithMultipleButtons("Alerta!", _notification.AlertBody, m_buttons, MultipleButtonsAlertClosed);
 }