Widget Unknown
data class WidgetUnknown(val componentId: String? = null, val type: ComponentType = ComponentType.WIDGET_UNKNOWN, val name: String? = null, val enabled: Boolean = true, val i18n: String? = null) : AbstractComponent, Parcelable
Constructors
Link copied to clipboard
constructor(componentId: String? = null, type: ComponentType = ComponentType.WIDGET_UNKNOWN, name: String? = null, enabled: Boolean = true, i18n: String? = null)