HMCharacteristicWriteAction
HMCharacteristicWriteAction(IntPtr)
HMCharacteristicWriteAction(NativeHandle)
HMCharacteristicWriteAction(NSObjectFlag)
HMCharacteristicWriteAction(HMCharacteristic, INSCopying)
HMCharacteristicWriteAction(HMCharacteristic, NSObject)
Characteristic
ClassHandle
TargetValue
UpdateTargetValue(INSCopying, Action<NSError>)
UpdateTargetValue(NSObject, Action<NSError>)
UpdateTargetValueAsync(INSCopying)
UpdateTargetValueAsync(NSObject)
xamarinios
namespace HomeKit
{
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Register("HMCharacteristicWriteAction", true)]
public class HMCharacteristicWriteAction : HMAction
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("updateTargetValue:completionHandler:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public virtual void UpdateTargetValue(NSObject! targetValue, [BlockProxy(typeof(NIDActionArity1V0))] Action<NSError!>! completion);
}
}
| Xamarin iOS | 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. |
- Built-in API
- Package-provided API