Interface GcmNotification


public interface GcmNotification
Firebase specific notification request element. Use the GcmNotification.Builder to define and build the Firebase specific notification element.
  • Method Details

    • builder

      static GcmNotification.Builder builder()
    • getCollapseKey

      String getCollapseKey()
    • getDelayWhileIdle

      Boolean getDelayWhileIdle()
    • getTimeToLive

      Duration getTimeToLive()
    • getRestrictedPackageName

      String getRestrictedPackageName()
    • getTitle

      String getTitle()
    • getBody

      String getBody()
    • getIcon

      String getIcon()
    • getSound

      String getSound()
    • getTag

      String getTag()
    • getColor

      String getColor()
    • getClickAction

      String getClickAction()
    • getBodyLocKey

      String getBodyLocKey()
    • getBodyLocArgs

      String getBodyLocArgs()
    • getBodyLocArgsArray

      List<String> getBodyLocArgsArray()
    • getTitleLocKey

      String getTitleLocKey()
    • getTitleLocArgs

      String getTitleLocArgs()
    • getTitleLocArgsArray

      List<String> getTitleLocArgsArray()