CustomActionIcon

data class CustomActionIcon(@DrawableRes val icon: Int, val sourcePackage: String) : Parcelable

A custom action icon that can be extracted from a sourcePackage.

Constructors

Link copied to clipboard
constructor(@DrawableRes icon: Int, sourcePackage: String)

Properties

Link copied to clipboard
val icon: Int
Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)