Class ExpoPushMessage

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.JsonSerializable

    public class ExpoPushMessage
    extends Object
    implements com.fasterxml.jackson.databind.JsonSerializable
    • Constructor Detail

      • ExpoPushMessage

        public ExpoPushMessage()
      • ExpoPushMessage

        public ExpoPushMessage​(List<String> _to)
      • ExpoPushMessage

        public ExpoPushMessage​(String _to)
    • Method Detail

      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getSubtitle

        public String getSubtitle()
      • setSubtitle

        public void setSubtitle​(String subtitle)
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • getTtl

        public long getTtl()
      • setTtl

        public void setTtl​(long ttl)
      • getExpiration

        public long getExpiration()
      • setExpiration

        public void setExpiration​(long expiration)
      • getBadge

        public long getBadge()
      • setBadge

        public void setBadge​(long badge)
      • getChannelId

        public String getChannelId()
      • setChannelId

        public void setChannelId​(String channelId)
      • setPriority

        public void setPriority​(String _priority)
      • getPriority

        public String getPriority()
      • serialize

        public void serialize​(com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
                              com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
                       throws IOException
        Specified by:
        serialize in interface com.fasterxml.jackson.databind.JsonSerializable
        Throws:
        IOException
      • serializeWithType

        public void serializeWithType​(com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
                                      com.fasterxml.jackson.databind.SerializerProvider serializerProvider,
                                      com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSerializer)
                               throws IOException
        Specified by:
        serializeWithType in interface com.fasterxml.jackson.databind.JsonSerializable
        Throws:
        IOException