You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently incorporated the Windows Runtime bindings for the Band SDK into a C++/WinRT project. It was remarkably hassle-free to get going. When it came time to add a tile to the Band, I realized, that the IBandTileManager::RemoveTileAsync() member is missing. I'd rather have a way to remove a tile during testing, when things go wrong.
Have I missed something obvious here, or is that member really not exposed in the bindings? In case the IBandTileManager::RemoveTileAsync() is missing (and cannot be added), are there any other options to remove a tile (e.g. using the Microsoft Band app)?
The text was updated successfully, but these errors were encountered:
I recently incorporated the Windows Runtime bindings for the Band SDK into a C++/WinRT project. It was remarkably hassle-free to get going. When it came time to add a tile to the Band, I realized, that the
IBandTileManager::RemoveTileAsync()
member is missing. I'd rather have a way to remove a tile during testing, when things go wrong.Have I missed something obvious here, or is that member really not exposed in the bindings? In case the
IBandTileManager::RemoveTileAsync()
is missing (and cannot be added), are there any other options to remove a tile (e.g. using the Microsoft Band app)?The text was updated successfully, but these errors were encountered: