コード例 #1
0
ファイル: UrlListWrapper.java プロジェクト: Ailrun/LINKBOX
 public void share(
     UrlListData urlListData, BoxListData newBox, Callback<MainServerData<UrlListData>> callback) {
   urlListInterface.share(
       LinkBoxController.usrListData.usrKey,
       LinkBoxController.currentBox.boxKey,
       newBox.boxKey,
       urlListData,
       callback);
 }