-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class ItemComponentFooterTermsBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final ConstraintLayoutclTermsAndPolicyLayoutpublic final ImageViewivGamerewardsFooterLogopublic final ImageViewivSeparatorpublic final TextViewtvPrivacyPolicypublic final TextViewtvSupportMailpublic final TextViewtvTermsAndConditions
-
Method Summary
Modifier and Type Method Description ConstraintLayoutgetRoot()static ItemComponentFooterTermsBindinginflate(@NonNull() LayoutInflater inflater)static ItemComponentFooterTermsBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static ItemComponentFooterTermsBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() ConstraintLayout getRoot()
-
inflate
@NonNull() static ItemComponentFooterTermsBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static ItemComponentFooterTermsBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static ItemComponentFooterTermsBinding bind(@NonNull() View rootView)
-
-
-
-