Call Constructor uno
Creates a new Call
Calls a phone number
You'll find this trigger action in the Fuse.Launcher package, which have to be referenced from your uno project. For example:
{
"Packages": [
"Fuse",
"FuseJS",
"Fuse.Launcher"
]
}
<StackPanel Margin="20">
<TextInput PlaceholderText="Enter the number here" ux:Name="numberInput" />
<Button Margin="10" Text="Call" Alignment="Bottom">
<Clicked>
<Call Number="{ReadProperty numberInput.Value}" />
</Clicked>
</Button>
</StackPanel>
Creates a new Call
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide