apply

protected open fun apply(@NonNull context: Context, @NonNull args: Bundle): StatusComponent.Params

Apply data that matches keys mapped to Params' properties. KEY_EMPTY_ICON_RES_ID is mapped to setEmptyIconKEY_EMPTY_ICON_TINT is mapped to setEmptyIconTintKEY_EMPTY_TEXT_RES_ID is mapped to setEmptyTextKEY_ERROR_TEXT_RES_ID is mapped to setErrorText

Return

This Params object that applied with given data. since 3.0.0

Parameters

context

The Context this component is currently associated with

args

The sets of arguments to apply at Params.