IviFragmentId
class IviFragmentId
An IviFragment identifier.
Android views created through IviFragment.onViewCreated, by default, can use the iviFragmentId
data binding variable to obtain the IviFragmentId. Add the following to the view XML to obtain the IviFragmentId.
<data>
<variable
name="iviFragmentId"
type="com.tomtom.ivi.platform.frontend.api.common.frontend.IviFragmentId" />
</data>
Content copied to clipboard
Note: ViewModel classes may use this type in function signatures, but may not keep a reference to an instance of this type.