UIKit.UIStateRestoring Members

The members of UIKit.UIStateRestoring are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
ObjectRestorationClassObjCRuntime.Class. The class responsible for creating this object when restoring the app's state.
[read-only]
RestorationParentIUIStateRestoring. The parent object used for defining the scope of this object. Read-only.

Public Methods

ApplicationFinishedRestoringState()
Indicates that the application has finished restoring state.
DecodeRestorableState(Foundation.NSCoder)
Decodes and restores state.
EncodeRestorableState(Foundation.NSCoder)
Encodes state-related information.