-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class DialogRootedDeviceErrorBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final AppCompatButtonbtnErrorpublic final CardViewcvContainer
-
Method Summary
Modifier and Type Method Description ConstraintLayoutgetRoot()static DialogRootedDeviceErrorBindinginflate(@NonNull() LayoutInflater inflater)static DialogRootedDeviceErrorBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static DialogRootedDeviceErrorBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() ConstraintLayout getRoot()
-
inflate
@NonNull() static DialogRootedDeviceErrorBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static DialogRootedDeviceErrorBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static DialogRootedDeviceErrorBinding bind(@NonNull() View rootView)
-
-
-
-