The Phone API allows you to launch your device's built-in phone app and make calls or send messages.

You need to add a reference to "Fuse.Launcher" in your project file to use this feature.

Example

var phone = require("FuseJS/Phone");
phone.call("+47 123 45 678");
phone.sms("+47 123 45 678", "Hi there");

Location

Namespace
Fuse.Reactive.FuseJS
Package
Fuse.Launcher.Phone 2.9.1
Show Uno properties and methods

Interface of Phone

call(number) js

Launches your device's phone app with the specified number.

Inherited from NativeModule

Inherited from Module

GetFile : FileSource uno

Returns the file source that will be watched by the Context for changes in Fuse preview. Override in subclasses and return correct file source to support live updates in Fuse preview.

Inherited from object

Attached UX Attributes

GlobalKey (attached by Resource) : string ux

The ux:Global attribute creates a global resource that is accessible everywhere in UX markup.

Implemented Interfaces