/**
  * @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);
 }
Exemple #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);
 }
 /**
  * @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);
 }