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

sri.mobile.apis.ios.AlertIOSButton.scala Maven / Gradle / Ivy

package sri.mobile.apis.ios

import scala.scalajs.js
import scala.scalajs.js.Dynamic.{literal => json}

case class AlertIOSButton(text: String, onPress: js.Function) {
  def toJson = json(text = text, onPress = onPress)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy