Esempio n. 1
0
 /**
  * Returns token of FCM courier
  * Empty if not the selected service
  */
 public static string GetFcmToken()
 {
     return(PusheAndroidUtils.PusheFcmService().Call <string>("getToken"));
 }
Esempio n. 2
0
 /**
  * Return the active service (fcm, hms)
  * Null if no service is registered
  */
 public static string GetActiveService()
 {
     return(PusheAndroidUtils.Native().CallStatic <string>("getActiveCourier"));
 }