共用方式為


IINVisualCodeDomainHandling 介面

定義

用於採用所有視覺化程式碼通訊協定的複合介面。

[Foundation.Protocol(Name="INVisualCodeDomainHandling", WrapperType=typeof(Intents.INVisualCodeDomainHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINVisualCodeDomainHandling : IDisposable, Intents.IINGetVisualCodeIntentHandling
type IINVisualCodeDomainHandling = interface
    interface INativeObject
    interface IDisposable
    interface IINGetVisualCodeIntentHandling
屬性
實作

屬性

Handle

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)

方法

HandleGetVisualCode(INGetVisualCodeIntent, Action<INGetVisualCodeIntentResponse>)

開發人員必須覆寫這個方法,並使用 適當的 INGetVisualCodeIntent 來叫用 INGetVisualCodeIntentResponse T:System.Action'1intent

(繼承來源 IINGetVisualCodeIntentHandling)

擴充方法

Confirm(IINGetVisualCodeIntentHandling, INGetVisualCodeIntent, Action<INGetVisualCodeIntentResponse>)

開發人員可以實作這個方法來確認本機和遠端資源是否已就緒,並允許提供程式碼。

ResolveVisualCodeType(IINGetVisualCodeIntentHandling, INGetVisualCodeIntent, Action<INVisualCodeTypeResolutionResult>)

開發人員可以實作這個方法來自訂視覺程式碼類型的解析度。

適用於