CHHapticEngine
CHHapticEngine(IntPtr)
CHHapticEngine(NativeHandle)
CHHapticEngine(NSError)
CHHapticEngine(NSObjectFlag)
CHHapticEngine(AVAudioSession, NSError)
AutoShutdownEnabled
ClassHandle
CurrentTime
IsMutedForAudio
IsMutedForHaptics
PlaysAudioOnly
PlaysHapticsOnly
ResetHandler
StoppedHandler
CreateAdvancedPlayer(CHHapticPattern, NSError)
CreatePlayer(CHHapticPattern, NSError)
GetHardwareCapabilities()
NotifyWhenPlayersFinished(Action<NSError>)
NotifyWhenPlayersFinishedAsync()
PlayPattern(NSData, NSError)
PlayPattern(NSUrl, NSError)
RegisterAudioResource(NSUrl, NSDictionary, NSError)
Start(NSError)
Start(Action<NSError>)
StartAsync()
Stop(Action<NSError>)
StopAsync()
UnregisterAudioResource(nuint, NSError)
UnregisterAudioResource(nuint, NSError)
xamarinios
namespace CoreHaptics
{
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Register("CHHapticEngine", true)]
public class CHHapticEngine : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual double CurrentTime
{
[Export("currentTime")]
get;
}
}
}
.NET | 6.07.08.09.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. |
- Built-in API
- Package-provided API