Sms Class
Send a message to 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"
]
}
Example
<StackPanel Margin="20">
<TextInput PlaceholderText="Enter the number here" ux:Name="numberInput" />
<Button Margin="10" Text="Call" Alignment="Bottom">
<Clicked>
<Sms Number="{ReadProperty numberInput.Value}" Body="Hi there" />
</Clicked>
</Button>
</StackPanel>
Location
- Namespace
- Fuse.Triggers.Actions
- Package
- Fuse.Launcher.Phone 2.9.1
Interface of Sms
Number : string ux
Sms Constructor uno
Creates a new Sms
Inherited from TriggerAction
AtProgress : float ux
Delay : float ux
The number of seconds after the start of the trigger that the action should be performed.
Direction : TriggerWhen ux
IsActive : bool ux
IsProgressTriggered : bool uno
OnUnrooted uno
Perform(Node) uno
PerformFromNode(Node) uno
ProgressWhen(float) : float uno
SourceFileName : string ux
hide
SourceLineNumber : int ux
hide
TargetNode : Node ux
Unroot uno
When : TriggerWhen ux
Inherited from PropertyObject
AddPropertyListener(IPropertyListener) uno
OnPropertyChanged(Selector, IPropertyListener) uno
OnPropertyChanged(Selector) uno
RemovePropertyListener(IPropertyListener) uno
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Attached UX Attributes
GlobalKey (attached by Resource) : string ux
Implemented Interfaces
ISourceLocation uno
hide