namespace CoreHaptics
{
    [Protocol(Name = "CHHapticAdvancedPatternPlayer", WrapperType = typeof(CHHapticAdvancedPatternPlayerWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Pause", ParameterByRef = new[] { false, true }, ParameterType = new[] { typeof(double), typeof(NSError) }, ReturnType = typeof(bool), Selector = "pauseAtTime:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Resume", ParameterByRef = new[] { false, true }, ParameterType = new[] { typeof(double), typeof(NSError) }, ReturnType = typeof(bool), Selector = "resumeAtTime:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Seek", ParameterByRef = new[] { false, true }, ParameterType = new[] { typeof(double), typeof(NSError) }, ReturnType = typeof(bool), Selector = "seekToOffset:error:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "loopEnabled", IsProperty = true, IsRequired = true, IsStatic = false, Name = "LoopEnabled", PropertyType = typeof(bool), Selector = "loopEnabled", SetterSelector = "setLoopEnabled:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "loopEnd", IsProperty = true, IsRequired = true, IsStatic = false, Name = "LoopEnd", PropertyType = typeof(double), Selector = "loopEnd", SetterSelector = "setLoopEnd:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "playbackRate", IsProperty = true, IsRequired = true, IsStatic = false, Name = "PlaybackRate", PropertyType = typeof(float), Selector = "playbackRate", SetterSelector = "setPlaybackRate:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isMuted", IsProperty = true, IsRequired = true, IsStatic = false, Name = "IsMuted", PropertyType = typeof(bool), Selector = "isMuted", SetterSelector = "setIsMuted:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "completionHandler", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CompletionHandler", ParameterBlockProxy = new[] { typeof(NIDActionArity1V17) }, PropertyType = typeof(Action<NSError>), ReturnTypeDelegateProxy = typeof(SDActionArity1V17), Selector = "completionHandler", SetterSelector = "setCompletionHandler:")]
    [SupportedOSPlatform("ios13.0")]
    [SupportedOSPlatform("tvos14.0")]
    [SupportedOSPlatform("maccatalyst")]
    public interface ICHHapticAdvancedPatternPlayer : ICHHapticPatternPlayer, INativeObject, IDisposable
    {
        [Preserve(Conditional = true)]
        float PlaybackRate
        {
            [Export("playbackRate")]
            get;
            [Export("setPlaybackRate:")]
            set;
        }
    }
}
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 the property getter is only supported on the following OS platforms:

  • iOS >= 13
  • Mac Catalyst
  • tvOS >= 14

For the selected framework the property setter 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 🗙