QualifiedProduct

class QualifiedProduct : Parcelable

Constructors

Link copied to clipboard
constructor(@NonNull builder: QualifiedProduct.Builder)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
Link copied to clipboard
val CREATOR: Parcelable.Creator<QualifiedProduct>

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
@Nullable
open fun productGroups(): List<String>
Link copied to clipboard
open fun productIndex(): Int
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)