程序包 cn.authing.guard

类 VerifyCodeEditText

    • 构造器详细资料

      • VerifyCodeEditText

        public VerifyCodeEditText​(@NonNull
                                  Context context)
      • VerifyCodeEditText

        public VerifyCodeEditText​(@NonNull
                                  Context context,
                                  @Nullable
                                  AttributeSet attrs)
      • VerifyCodeEditText

        public VerifyCodeEditText​(@NonNull
                                  Context context,
                                  @Nullable
                                  AttributeSet attrs,
                                  int defStyleAttr)
    • 方法详细资料

      • beforeTextChanged

        public void beforeTextChanged​(CharSequence s,
                                      int start,
                                      int count,
                                      int after)
        指定者:
        beforeTextChanged 在接口中 TextWatcher
        覆盖:
        beforeTextChanged 在类中 cn.authing.guard.internal.EditTextLayout
      • onTextChanged

        public void onTextChanged​(CharSequence s,
                                  int start,
                                  int before,
                                  int count)
        指定者:
        onTextChanged 在接口中 TextWatcher
        覆盖:
        onTextChanged 在类中 cn.authing.guard.internal.EditTextLayout
      • afterTextChanged

        public void afterTextChanged​(Editable s)
        指定者:
        afterTextChanged 在接口中 TextWatcher
        覆盖:
        afterTextChanged 在类中 cn.authing.guard.internal.EditTextLayout
      • getText

        public Editable getText()
        覆盖:
        getText 在类中 cn.authing.guard.internal.EditTextLayout
      • getCodeMode

        public int getCodeMode()
      • getMaxLength

        public int getMaxLength()