ToastContentBuilder.SetBackgroundActivation Method

Definition

Configures the toast notification to use background activation when the toast body is clicked.

public Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder SetBackgroundActivation ();
abstract member SetBackgroundActivation : unit -> Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder
override this.SetBackgroundActivation : unit -> Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder
Public Function SetBackgroundActivation () As ToastContentBuilder

Returns

The current instance of ToastContentBuilder

Applies to