Added in API level 31
DisplayHash
class DisplayHash : Parcelable
| kotlin.Any | |
| ↳ | android.view.displayhash.DisplayHash |
The DisplayHash used to validate information about what was present on screen.
Summary
| Inherited constants | |
|---|---|
| Public methods | |
|---|---|
| Int | |
| String |
toString() |
| Unit |
writeToParcel(dest: Parcel, flags: Int) |
| Properties | |
|---|---|
| static Parcelable.Creator<DisplayHash!> | |
Public methods
describeContents
Added in API level 31
fun describeContents(): Int
| Return | |
|---|---|
Int |
a bitmask indicating the set of special object types marshaled by this Parcelable object instance. Value is either 0 or
|
writeToParcel
Added in API level 31
fun writeToParcel(
dest: Parcel,
flags: Int
): Unit
| Parameters | |
|---|---|
dest |
Parcel: This value cannot be null. |
flags |
Int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE. Value is either 0 or a combination of the following:
|