-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class CustomToastBinding implements ViewBinding
-
-
Method Summary
Modifier and Type Method Description CardViewgetRoot()static CustomToastBindinginflate(@NonNull() LayoutInflater inflater)static CustomToastBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static CustomToastBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() CardView getRoot()
-
inflate
@NonNull() static CustomToastBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static CustomToastBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static CustomToastBinding bind(@NonNull() View rootView)
-
-
-
-