Class Global.Notification

  • Enclosing class:
    Global

    public static class Global.Notification
    extends java.lang.Object
    U.O.S-Mobile내 Notification에 대한 정보를 가지고 있는 정적 클래스.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CHANNEL_ID
      Notification 채널 아이디.
      static java.lang.String CHANNEL_NAME
      Notification 채널명.
    • Constructor Summary

      Constructors 
      Constructor Description
      Notification()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CHANNEL_ID

        public static java.lang.String CHANNEL_ID
        Notification 채널 아이디.
      • CHANNEL_NAME

        public static java.lang.String CHANNEL_NAME
        Notification 채널명.
    • Constructor Detail

      • Notification

        public Notification()