FuseJS/Phone Module (JS)
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
Interface of Phone
Phone Constructor uno
sms(number, body) js
Inherited from NativeModule
AddMember(NativeMember) uno
Reset : EventHandler (object, EventArgs) ux
Inherited from Module
Dispose uno
Evaluate(Context, ModuleResult) uno
Evaluate(Context, string) : ModuleResult uno
Evaluated : EventHandler (object, EventArgs) ux
EvaluateExports(Context, string) : object uno
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.