asInt
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Converts a Bundle to an Int. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.IntegerType
Return
The Int stored in the bundle.
Throws
if the Bundle is not associated with a SingleValueNavigationSpec matching NavigationBundleSpecType.IntegerType.