xamarinios
namespace Intents
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 2, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 12, 0, PlatformArchitecture.Arch64, null)]
[Protocol(Name = "INSpeakable", WrapperType = typeof(INSpeakableWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "spokenPhrase", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SpokenPhrase", PropertyType = typeof(string), Selector = "spokenPhrase")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "pronunciationHint", IsProperty = true, IsRequired = true, IsStatic = false, Name = "PronunciationHint", PropertyType = typeof(string), Selector = "pronunciationHint")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "vocabularyIdentifier", IsProperty = true, IsRequired = false, IsStatic = false, Name = "VocabularyIdentifier", PropertyType = typeof(string), Selector = "vocabularyIdentifier")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "alternativeSpeakableMatches", IsProperty = true, IsRequired = false, IsStatic = false, Name = "AlternativeSpeakableMatches", PropertyType = typeof(IINSpeakable[]), Selector = "alternativeSpeakableMatches")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "identifier", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Identifier", PropertyType = typeof(string), Selector = "identifier")]
public interface IINSpeakable : INativeObject, IDisposable
{
[Preserve(Conditional = true)]
string? Identifier
{
[Export("identifier")]
get;
}
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |