Class YdsActivityFeatureBinding
java.lang.Object
com.yoti.mobile.android.yotisdkcore.databinding.YdsActivityFeatureBinding
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class YdsActivityFeatureBinding
extends Object
implements androidx.viewbinding.ViewBinding
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal android.widget.FrameLayoutfinal androidx.core.view.insets.ProtectionLayout -
Method Summary
Modifier and TypeMethodDescriptionstatic YdsActivityFeatureBindingbind(android.view.View rootView) androidx.core.view.insets.ProtectionLayoutgetRoot()static YdsActivityFeatureBindinginflate(android.view.LayoutInflater inflater) static YdsActivityFeatureBindinginflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
Field Details
-
featureContentContainer
@NonNull public final android.widget.FrameLayout featureContentContainer -
featureContentProtection
@NonNull public final androidx.core.view.insets.ProtectionLayout featureContentProtection
-
-
Method Details
-
getRoot
@NonNull public androidx.core.view.insets.ProtectionLayout getRoot()- Specified by:
getRootin interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static YdsActivityFeatureBinding inflate(@NonNull android.view.LayoutInflater inflater) -
inflate
@NonNull public static YdsActivityFeatureBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent) -
bind
-