Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

24 rader
401 B

  1. using System;
  2. namespace CI.WSANative.Social
  3. {
  4. public static class WSANativeSocial
  5. {
  6. public static void ShowAppStoreDescriptionPage(string appId)
  7. {
  8. }
  9. public static void ShowAppStoreReviewPage(string appId)
  10. {
  11. }
  12. public static void ComposeEmail(string emailAddress)
  13. {
  14. }
  15. public static void Share<T>(string title, string description, T content)
  16. {
  17. }
  18. }
  19. }