AlertIOS

@native @JSImport("react-native", "AlertIOS") @JSType
object AlertIOS extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def alert(title: String, message: String, buttons: UndefOr[Array[AlertButton]], options: UndefOr[AlertOptions], `type`: UndefOr[AlertType]): Unit
def prompt(title: String, message: String, cbOrButtons: Function1[Dynamic, Unit], `type`: AlertType, defaultValue: UndefOr[String], keyboardType: UndefOr[String]): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object