defaultPlatformCreationExtras

Returns a sentinel DefaultCreationExtrasForAndroid for the current platform (Android). This is used to determine whether the user wants to use the default CreationExtras defined by the platform or not.

The default CreationExtras are provided by the HasDefaultViewModelProviderFactory.defaultViewModelCreationExtras if the current androidx.lifecycle.ViewModelStoreOwner implements HasDefaultViewModelProviderFactory, otherwise, it is Empty.

See also

Returns the default CreationExtras for the current platform.

Returns EmptyCreationExtras for the current platform (non-Android).