Class Global.Firebase

  • Enclosing class:
    Global

    public static class Global.Firebase
    extends java.lang.Object
    Pos에서 기기로 Notification을 보낼 때 사용하는 fcm_token을 가지고 있는 클래스.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FCM_TOKEN
      사용자 기기에 부여된 FCM TOKEN.
    • Constructor Summary

      Constructors 
      Constructor Description
      Firebase()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FCM_TOKEN

        public static java.lang.String FCM_TOKEN
        사용자 기기에 부여된 FCM TOKEN.
    • Constructor Detail

      • Firebase

        public Firebase()