类 PresenceViewBinding

  • 所有已实现的接口:
    androidx.viewbinding.ViewBinding

    public final class PresenceViewBinding
    extends java.lang.Object
    implements androidx.viewbinding.ViewBinding
    • 字段详细资料

      • tvName

        @NonNull
        public final android.widget.TextView tvName
      • tvPresence

        @NonNull
        public final android.widget.TextView tvPresence
    • 方法详细资料

      • getRoot

        @NonNull
        public androidx.constraintlayout.widget.ConstraintLayout getRoot()
        指定者:
        getRoot 在接口中 androidx.viewbinding.ViewBinding
      • inflate

        @NonNull
        public static PresenceViewBinding inflate​(@NonNull
                                                  android.view.LayoutInflater inflater)
      • inflate

        @NonNull
        public static PresenceViewBinding inflate​(@NonNull
                                                  android.view.LayoutInflater inflater,
                                                  @Nullable
                                                  android.view.ViewGroup parent,
                                                  boolean attachToParent)
      • bind

        @NonNull
        public static PresenceViewBinding bind​(@NonNull
                                               android.view.View rootView)