xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIStateRestoring", WrapperType = typeof(UIStateRestoringWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ApplicationFinishedRestoringState", Selector = "applicationFinishedRestoringState")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EncodeRestorableState", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSCoder) }, Selector = "encodeRestorableStateWithCoder:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DecodeRestorableState", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSCoder) }, Selector = "decodeRestorableStateWithCoder:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "restorationParent", IsProperty = true, IsRequired = false, IsStatic = false, Name = "RestorationParent", PropertyType = typeof(IUIStateRestoring), Selector = "restorationParent")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "objectRestorationClass", IsProperty = true, IsRequired = false, IsStatic = false, Name = "ObjectRestorationClass", PropertyType = typeof(Class), Selector = "objectRestorationClass")]
public interface IUIStateRestoring : INativeObject, IDisposable
}
.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. |