ISms Interface

graph BT Type["ISms"] class Type type-node Implementing0["SmsEssential"]-.->Type click Implementing0 "/api/Rocket.Surgery.Xamarin.Essentials/SmsEssential"

Syntax

public interface ISms

Methods

Name Value Summary
Compose() IObservable<Unit>
Compose(SmsMessage) IObservable<Unit>

Extension Methods

Name Value Summary
SetBackingValue<ISms, TV>(Expression<Func<ISms, TV>>, TV) T
Sets the backing value.
With<ISms, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.