using System; using Xamarin.Forms; namespace SampleApp.DependencyServices { public interface IIsFocused { bool isFocused(View v); } }