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

sri.mobile.apis.android.IntentAndroid.scala Maven / Gradle / Ivy

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

import scala.scalajs.js

@js.native
trait IntentAndroid extends js.Object {

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

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

  def getInitialURL(callback: js.Function1[String, _]): Unit = js.native
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy