namespace CoreHaptics
{
    [Protocol(Name = "CHHapticPatternPlayer", WrapperType = typeof(CHHapticPatternPlayerWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Start", ParameterByRef = new[] { false, true }, ParameterType = new[] { typeof(double), typeof(NSError) }, ReturnType = typeof(bool), Selector = "startAtTime:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Stop", ParameterByRef = new[] { false, true }, ParameterType = new[] { typeof(double), typeof(NSError) }, ReturnType = typeof(bool), Selector = "stopAtTime:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Send", ParameterByRef = new[] { false, false, true }, ParameterType = new[] { typeof(CHHapticDynamicParameter[]), typeof(double), typeof(NSError) }, ReturnType = typeof(bool), Selector = "sendParameters:atTime:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Schedule", ParameterByRef = new[] { false, false, true }, ParameterType = new[] { typeof(CHHapticParameterCurve), typeof(double), typeof(NSError) }, ReturnType = typeof(bool), Selector = "scheduleParameterCurve:atTime:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Cancel", ParameterByRef = new[] { true }, ParameterType = new[] { typeof(NSError) }, ReturnType = typeof(bool), Selector = "cancelAndReturnError:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isMuted", IsProperty = true, IsRequired = true, IsStatic = false, Name = "IsMuted", PropertyType = typeof(bool), Selector = "isMuted", SetterSelector = "setIsMuted:")]
    [SupportedOSPlatform("ios13.0")]
    [SupportedOSPlatform("tvos14.0")]
    [SupportedOSPlatform("maccatalyst")]
    public interface ICHHapticPatternPlayer : INativeObject, IDisposable
}
Assembly Microsoft.MacCatalyst , Version=17.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.0-ios6.0-maccatalyst6.0-tvos7.0-ios7.0-maccatalyst7.0-tvos8.0-ios8.0-maccatalyst8.0-tvos9.0-ios9.0-maccatalyst9.0-tvos
Xamarin iOS 0.0
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • iOS >= 13
  • Mac Catalyst
  • tvOS >= 14
  • Built-in API
  • Package-provided API

03/28/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙