nerdexam
Microsoft

70-484 · Question #144

You are developing a game from which you will allow users to share their achievements with other users. You cannot exit the UI nor can you use the charms bar to open the Share charm. What is the…

The correct answer is C. Use DataTransferManager.ShowShareUI() to programmatically open the Share charm. See the full explanation below for the reasoning.

Question

You are developing a game from which you will allow users to share their achievements with other users. You cannot exit the UI nor can you use the charms bar to open the Share charm. What is the best solution for such a requirement?

Options

  • ASave the data in local storage and share it later when the app resumes.
  • BSave the data in local storage and upload it to a server using background tasks.
  • CUse DataTransferManager.ShowShareUI() to programmatically open the Share charm.
  • DUse DataTransferManager.GetForCurrentView() to programmatically open the Share charm.

How the community answered

(40 responses)
  • A
    13% (5)
  • B
    5% (2)
  • C
    80% (32)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice