C# Class Windows.UI.Notifications.TileUpdater

Inheritance: ITileUpdater
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
AddToSchedule ( [ scheduledTile ) : void
Clear ( ) : void
EnableNotificationQueue ( [ enable ) : void
GetScheduledTileNotifications ( ) : IVectorView
RemoveFromSchedule ( [ scheduledTile ) : void
StopPeriodicUpdate ( ) : void
Update ( [ notification ) : void

Private Methods

Méthode Description
StartPeriodicUpdate ( [ tileContent, [ requestedInterval ) : void
StartPeriodicUpdate ( [ tileContent, [ startTime, [ requestedInterval ) : void
StartPeriodicUpdateBatch ( [ tileContents, [ requestedInterval ) : void
StartPeriodicUpdateBatch ( [ tileContents, [ startTime, [ requestedInterval ) : void

Method Details

AddToSchedule() public méthode

public AddToSchedule ( [ scheduledTile ) : void
scheduledTile [
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

EnableNotificationQueue() public méthode

public EnableNotificationQueue ( [ enable ) : void
enable [
Résultat void

GetScheduledTileNotifications() public méthode

public GetScheduledTileNotifications ( ) : IVectorView
Résultat IVectorView

RemoveFromSchedule() public méthode

public RemoveFromSchedule ( [ scheduledTile ) : void
scheduledTile [
Résultat void

StopPeriodicUpdate() public méthode

public StopPeriodicUpdate ( ) : void
Résultat void

Update() public méthode

public Update ( [ notification ) : void
notification [
Résultat void