Skip to content

完善设置密码的代码(MODE_EDIT)#11

Open
zhugscn wants to merge 2 commits into7heaven:masterfrom
zhugscn:master
Open

完善设置密码的代码(MODE_EDIT)#11
zhugscn wants to merge 2 commits into7heaven:masterfrom
zhugscn:master

Conversation

@zhugscn
Copy link
Copy Markdown

@zhugscn zhugscn commented Aug 7, 2018

在设置密码时,不要触发以下方法回调
void onGestureEvent(boolean matched);
void onUnmatchedExceedBoundary();

增加MODE_EDIT(设置密码)专用的方法回调:
void onFinishGestureInput(int[] inputGestures);
开发者可以在这里记录客户录入的密码,自行保存(例如保存到SharedPreference,用于MODE_NORMAL下的比对)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant