コード例 #1
0
ファイル: Google.cs プロジェクト: hunter10/Unity_SG_Prototype
 /**
  * @brief Request my profile.
  *
  * @param callback Callback to deal with a reponse to the request.
  * @see RequestMyProfileDelegate
  */
 public static void RequestMyProfile(RequestMyProfileDelegate callback)
 {
     Log.Debug("[Google] RequestMyProfile");
     GoogleImpl.RequestMyProfile(callback);
 }
コード例 #2
0
 /**
  * @brief Request my profile.
  *
  * @param callback Callback to deal with a reponse to the request.
  * @see RequestMyProfileDelegate
  */
 public static void RequestMyProfile(RequestMyProfileDelegate callback)
 {
     Log.Debug("[Facebook] RequestMyProfile");
     FacebookImpl.RequestMyProfile(callback);
 }
コード例 #3
0
 /**
  * @brief Request my profile.
  *
  * @param callback Callback to deal with a reponse to the request.
  * @see RequestMyProfileDelegate
  */
 public static void RequestMyProfile(RequestMyProfileDelegate callback)
 {
     Log.Debug("[EveryNetmarble] RequestMyProfile");
     EveryNetmarbleImpl.RequestMyProfile(callback);
 }