-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class HyprmxNoAdBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final LinearLayouthyprmxBorderpublic final ImageViewhyprmxCloseButtonpublic final LinearLayouthyprmxHeaderpublic final TextViewhyprmxNoAdTitle
-
Method Summary
Modifier and Type Method Description RelativeLayoutgetRoot()static HyprmxNoAdBindinginflate(@NonNull() LayoutInflater inflater)static HyprmxNoAdBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static HyprmxNoAdBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() RelativeLayout getRoot()
-
inflate
@NonNull() static HyprmxNoAdBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static HyprmxNoAdBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static HyprmxNoAdBinding bind(@NonNull() View rootView)
-
-
-
-