UIKit.UIApplicationDelegate.DidDecodeRestorableState Method
The final method called in the state restoration process.

Syntax

[Foundation.Export("application:didDecodeRestorableStateWithCoder:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual void DidDecodeRestorableState (UIApplication application, Foundation.NSCoder coder)

See Also

UIApplicationDelegate.WillEncodeRestorableState

Parameters

application
Reference to the UIApplication that invoked this delegate method.
coder
Documentation for this section has not yet been entered.

Remarks

This is the final method called during state restoration. Application developers can override this method to restore their highest-level application data.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0