Sharing from Windows Phone 8

前端 未结 4 1860
无人及你
无人及你 2020-12-01 15:20

I am working on a Windows Phone 8 app and am trying to share content through the DataTransferManager. The Windows API documentation says it is supported in

4条回答
  •  盖世英雄少女心
    2020-12-01 15:48

    Have you tried using the fully qualified method? It would be something like this:

    DataTransferManager dataTransferManager = indows.ApplicationModel.DataTransfer.DataTransferManager.getForCurrentView();
    

    Also, make sure your target is Windows Phone 8.

提交回复
热议问题