C# Class Windows.UI.Notifications.TileUpdater

Inheritance: ITileUpdater
显示文件 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

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

Private Methods

Method Description
StartPeriodicUpdate ( [ tileContent, [ requestedInterval ) : void
StartPeriodicUpdate ( [ tileContent, [ startTime, [ requestedInterval ) : void
StartPeriodicUpdateBatch ( [ tileContents, [ requestedInterval ) : void
StartPeriodicUpdateBatch ( [ tileContents, [ startTime, [ requestedInterval ) : void

Method Details

AddToSchedule() public method

public AddToSchedule ( [ scheduledTile ) : void
scheduledTile [
return void

Clear() public method

public Clear ( ) : void
return void

EnableNotificationQueue() public method

public EnableNotificationQueue ( [ enable ) : void
enable [
return void

GetScheduledTileNotifications() public method

public GetScheduledTileNotifications ( ) : IVectorView
return IVectorView

RemoveFromSchedule() public method

public RemoveFromSchedule ( [ scheduledTile ) : void
scheduledTile [
return void

StopPeriodicUpdate() public method

public StopPeriodicUpdate ( ) : void
return void

Update() public method

public Update ( [ notification ) : void
notification [
return void