Tony Matt
Tony Matt

Reputation: 195

pushing Dialog back to microsoft band after interacting with Cortana on Band

I have developed an application and I use voice commands(Cortana integration) to get some data in my phone. Now I would like to add band support. I expect the similar function but I needs to push the data to my Band. I just spoke the same voice command through my band this time. Cortana opens my app and show me the data on phone. But what I need is that the same data should push to my band. I used "NotificationManager.SendMessageAsync with MessageFlags.ShowDialog" but it is not showing as dialog. I have to open the band tile to see the data. But I wanted to get a pop up and show me the data as usully bands do. Could any one help me out. Thanks in advance.

Note: An example is, when we ask about the "current whether" through Cortana, the result is displayed in the Band's screen.

Upvotes: 0

Views: 212

Answers (1)

Mark Thistle
Mark Thistle

Reputation: 1871

There is no means provided to show a Microsoft Band SDK dialog over the Cortana window on the Band in the SDK today. Your best bet would be to reach out to the Microsoft Band team at [email protected] with an explanation of your use case.

Upvotes: 1

Related Questions