fromRenderType

open fun fromRenderType(@Nullable renderType: RenderType): ProviderType

Returns the ProviderType associated with the given render type.

Return

The matching ProviderType, or null if no match is found

Parameters

renderType

The render type to look up


open fun fromRenderType(@Nullable renderTypeName: String): ProviderType

Returns the ProviderType associated with the given render type name.

Return

The matching ProviderType, or null if no match is found

Parameters

renderTypeName

The name of the render type to look up