xamarinios
namespace CoreNFC
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "NFCReaderSession", WrapperType = typeof(NFCReaderSessionContractWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "BeginSession", Selector = "beginSession")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InvalidateSession", Selector = "invalidateSession")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "InvalidateSession", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, Selector = "invalidateSessionWithErrorMessage:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isReady", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Ready", PropertyType = typeof(bool), Selector = "ready")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "alertMessage", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AlertMessage", PropertyType = typeof(string), Selector = "alertMessage", SetterSelector = "setAlertMessage:")]
public interface INFCReaderSessionContract : INativeObject, IDisposable
{
[Preserve(Conditional = true)]
bool Ready
{
[Export("isReady")]
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