Android Question Swift button in preferences dialog to do action and close the dialog?

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Is it possible to do this?
So, that is press the button, do the action and the dialog will close without having to press the OK button.
If so is there an example of this somewhere?

RBS
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
There is a PreferencesDialog.Dialog.Close method - I assume you can call it to close the dialog.

- Colin.
 
Upvote 0
Top