I want to fire a broadcast event from ViewModel for particular error scenario. How can I access intent and SendBroadcast in ViewModel?
Asked
Active
Viewed 199 times
0
-
Have you looked into MvvmCross' Messenger plugin? – Nikola May 11 '15 at 07:30
-
@Nikola Yes i did, but coudnt found any reference. – Ravi Bhojani May 11 '15 at 08:50
-
1it is on n=9 -> http://slodge.blogspot.dk/2013/05/n9-getting-message-n1-days-of-mvvmcross.html – Nikola May 11 '15 at 09:08
1 Answers
0
As @nikola suggested, by using Messanger pluging, one can make native calls from ViewModel.
More information : Executing UI Code from ViewModel on MVVMCross

Community
- 1
- 1

Ravi Bhojani
- 1,032
- 1
- 13
- 24