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

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

The newest version!
package sri.mobile.apis.ios

import scala.scalajs.js

@js.native
trait LinkingIOS extends js.Object {

  def addEventListener(tpe: String, handler: js.Function): Unit = js.native

  def removeEventListener(tpe: String, handler: js.Function): Unit = js.native

  def openURL(url: String): Unit = js.native

  def popInitialURL(): Unit = js.native

  def canOpenURL(url: String, callback: js.Function): Unit = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy