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>

Note: ViewModel classes may use this type in function signatures, but may not keep a reference to an instance of this type.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String