Tracking Views
Instead of tracking screens, Embrace uses views. Use the Custom View API to start and end views manually. See the source code here.
Embrace.Instance.StartView("MyView");
Embrace.Instance.EndView("MyView");
Instead of tracking screens, Embrace uses views. Use the Custom View API to start and end views manually. See the source code here.
Embrace.Instance.StartView("MyView");
Embrace.Instance.EndView("MyView");