{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ParcelableDescription

class ParcelableDescription : Parcelable


Parcelable imitation of a JUnit ParcelableDescription

Summary

Constants

const Parcelable.Creator<ParcelableDescription!>!

Public constructors

ParcelableDescription(classAndMethodName: String!)

Public functions

Int
Unit
writeToParcel(out: Parcel!, flags: Int)

Public properties

String!
String!
String!

Inherited Constants

From class android.os.Parcelable

Constants

CREATOR

const val CREATORParcelable.Creator<ParcelableDescription!>!

Public constructors

ParcelableDescription

ParcelableDescription(description: Description!)

ParcelableDescription

ParcelableDescription(classAndMethodName: String!)

Public functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(out: Parcel!, flags: Int): Unit

Public properties

className

val classNameString!

displayName

val displayNameString!

methodName

val methodNameString!