xamarinwatchos
namespace AVFoundation
{
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "AVSpeechSynthesizerDelegate", WrapperType = typeof(AVSpeechSynthesizerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStartSpeechUtterance", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:didStartSpeechUtterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishSpeechUtterance", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:didFinishSpeechUtterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidPauseSpeechUtterance", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:didPauseSpeechUtterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidContinueSpeechUtterance", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:didContinueSpeechUtterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidCancelSpeechUtterance", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:didCancelSpeechUtterance:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillSpeakRangeOfSpeechString", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVSpeechSynthesizer), typeof(NSRange), typeof(AVSpeechUtterance) }, Selector = "speechSynthesizer:willSpeakRangeOfSpeechString:utterance:")]
public interface IAVSpeechSynthesizerDelegate : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |