Features
- Changed the signatures of
Xam::ShowKeyboard
andXam::ShowMessageBox
to take inconst std::wstring &
instead ofconst wchar_t *
andconst std::vector<std::wstring> &
instead ofconst wchar_t **
.
Xam::ShowKeyboard
and Xam::ShowMessageBox
to take in const std::wstring &
instead of const wchar_t *
and const std::vector<std::wstring> &
instead of const wchar_t **
.