All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.malliina.push.wns.WNSNotification.scala Maven / Gradle / Ivy

There is a newer version: 1.24.4
Show newest version
package com.malliina.push.wns

trait WNSNotification {
  def payload: String

  def notificationType: NotificationType

  def isRaw: Boolean = notificationType == NotificationType.Raw
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy