[Android.Runtime.Register("setInTouchMode", "(Z)V", "GetSetInTouchMode_ZHandler")] public virtual voidSetInTouchMode (bool inTouch)
Parameters
inTouch
Set to true to be in touch mode, false to be in
focus mode.
Remarks
Force the global system in or out of touch mode. This can be used if
your instrumentation relies on the UI being in one more or the other
when it starts.