HttpNotificationChannel.BindToShellTile Method (Collection(Of Uri))
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Binds the Tile passed as the input parameter with a notification subscription. The Tile can contain either a local or remote resource reference.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- baseUri
- Type: System.Collections.ObjectModel.Collection(Of Uri)
A collection of allowed domains from which to access remote images. Each URI in the collection is limited to 256 characters.
For information about ArgumentException or InvalidOperationException exceptions raised by this method, see Setting up your app to receive push notifications for Windows Phone 8.
Show: