Language

SdkSandboxClientImportanceEventArgs Class

Definition

Provides data for notifications that the SDK sandbox client's foreground importance has changed.

public class SdkSandboxClientImportanceEventArgs : EventArgs
type SdkSandboxClientImportanceEventArgs = class
    inherit EventArgs
Inheritance
SdkSandboxClientImportanceEventArgs

Remarks

The IsForeground property indicates which side of the foreground-importance threshold the client entered.

Constructors

Name Description
SdkSandboxClientImportanceEventArgs(Boolean)

Initializes event data for a change in the client's foreground importance.

Properties

Name Description
IsForeground

Gets whether the client is considered to have foreground importance.

Applies to