xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "INSearchForAccountsIntentHandling", WrapperType = typeof(INSearchForAccountsIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleSearchForAccounts", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V103) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForAccountsIntent), typeof(Action<INSearchForAccountsIntentResponse>) }, Selector = "handleSearchForAccounts:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Confirm", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V103) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForAccountsIntent), typeof(Action<INSearchForAccountsIntentResponse>) }, Selector = "confirmSearchForAccounts:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveAccountNickname", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V38) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForAccountsIntent), typeof(Action<INSpeakableStringResolutionResult>) }, Selector = "resolveAccountNicknameForSearchForAccounts:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveAccountType", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V104) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForAccountsIntent), typeof(Action<INAccountTypeResolutionResult>) }, Selector = "resolveAccountTypeForSearchForAccounts:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveOrganizationName", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V38) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForAccountsIntent), typeof(Action<INSpeakableStringResolutionResult>) }, Selector = "resolveOrganizationNameForSearchForAccounts:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveRequestedBalanceType", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V105) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForAccountsIntent), typeof(Action<INBalanceTypeResolutionResult>) }, Selector = "resolveRequestedBalanceTypeForSearchForAccounts:withCompletion:")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINSearchForAccountsIntentHandling : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |