InitRequest

Kotlin|Java

public final classInitRequest implementsParcelable


Summary

Nested types

public final classInitRequest.Builder

Builder class for InitRequest.

Constants

static finalParcelable.Creator<InitRequest>

Public methods

boolean
int
void
writeToParcel(Parcel dest, int flags)

Inherited Constants

Fromandroid.os.Parcelable
static final int
static final int

Inherited methods

Fromandroid.os.Parcelable
abstract int

Constants

CREATOR

public static final Parcelable.Creator<InitRequestCREATOR

Public methods

equals

public boolean equals(@NullableObject other)

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.