summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls/Helpers/ITestCloudService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Controls/Helpers/ITestCloudService.cs')
-rw-r--r--Xamarin.Forms.Controls/Helpers/ITestCloudService.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Xamarin.Forms.Controls/Helpers/ITestCloudService.cs b/Xamarin.Forms.Controls/Helpers/ITestCloudService.cs
new file mode 100644
index 00000000..41875368
--- /dev/null
+++ b/Xamarin.Forms.Controls/Helpers/ITestCloudService.cs
@@ -0,0 +1,12 @@
+namespace Xamarin.Forms.Controls
+{
+ public interface ITestCloudService
+ {
+ bool IsOnTestCloud ();
+
+ string GetTestCloudDeviceName ();
+
+ string GetTestCloudDevice ();
+ }
+}
+