|
- using System;
-
- namespace CI.WSANative.Social
- {
- public static class WSANativeSocial
- {
- public static void ShowAppStoreDescriptionPage(string appId)
- {
- }
-
- public static void ShowAppStoreReviewPage(string appId)
- {
- }
-
- public static void ComposeEmail(string emailAddress)
- {
- }
-
- public static void Share<T>(string title, string description, T content)
- {
- }
- }
- }
|