コード例 #1
0
ファイル: appmobi-4.0.0.cs プロジェクト: fjgandrade/sharpkit
 public void LogPageEvent(string page, string query = "-", string status = "200", AppMobiGetPost method = AppMobiGetPost.Get, long bytes = 0, string referrer = "") { }
コード例 #2
0
ファイル: appmobi-4.0.0.cs プロジェクト: fjgandrade/sharpkit
 public void EmulateGetRemoteData(string url, AppMobiGetPost requestMethod, string requestBody, string successCallback, string errorCallback) { }
コード例 #3
0
ファイル: appmobi-4.0.0.cs プロジェクト: fjgandrade/sharpkit
 private void GetRemoteDataImpl(string url, AppMobiGetPost requestMethod, string requestBody, string successCallback, string errorCallback, JsNumber uniqueIdentifier, bool hasId) { }
コード例 #4
0
ファイル: appmobi-4.0.0.cs プロジェクト: fjgandrade/sharpkit
 public void RequestWithGraphAPI(string path, AppMobiGetPost method, FacebookParametersBase parameters) { }
コード例 #5
0
ファイル: appmobi-4.0.0.cs プロジェクト: fjgandrade/sharpkit
 public void GetRemoteDataWithId(string url, AppMobiGetPost requestMethod, string requestBody, string successCallback, string errorCallback, long uniqueIdentifier) { }