AutoSuspendHelper.LatestBundle property¶
Defined in
Type: AutoSuspendHelper
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-android36.0, net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481, net471
public static Bundle? LatestBundle { get; set; }
Summary: Gets or sets the latest bundle.
Returns: Bundle?
Remarks
Updated whenever OnSaveInstanceState runs so callers can detect whether
OnActivityCreated represents a cold launch (null) or a
recreation with persisted state.