ResourceViewFactory

open class ResourceViewFactory : UiObject.ViewFactory

Constructors

Link copied to clipboard
open fun ResourceViewFactory(@LayoutRes layoutRes: Int)

Functions

Link copied to clipboard
open fun createView(@NonNull inflater: LayoutInflater, @NonNull parent: ViewGroup): View
Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

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