PageStatusComponent

public class PageStatusComponent

Conversation List Component

Author

shaunak

Since

2023-09-23

Constructors

Link copied to clipboard
public void PageStatusComponent(Context context)
public void PageStatusComponent(Context context, AttributeSet attrs)

Functions

Link copied to clipboard
public TextView getStatusContent()
Retrieves the page status content
Link copied to clipboard
public ImageView getStatusImage()
Get the page status image
Link copied to clipboard
public void hide()
*Hide Status Page**
Link copied to clipboard
public boolean isHide()
Whether to hide
Link copied to clipboard
public boolean isShow()
Whether to display
Link copied to clipboard
public View onCreateView(Context context, LayoutInflater inflater, ViewGroup parent, AttributeSet attrs)
Link copied to clipboard
public void setStatusContent(int drawableRes)
Set the status image
public void setStatusContent(String content)
Set status content
Link copied to clipboard
public void show()
Display Status Page