Click or drag to resize
ApplicationOnFileActivated Method
Entry point for handling file opening requests. Used i.a. for AppKinetics payload interchange.

Namespace:  GDEx
Assembly:  GDEx.UAP (in GDEx.UAP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override void OnFileActivated(
	FileActivatedEventArgs args
)

Parameters

args
Type: Windows.ApplicationModel.ActivationFileActivatedEventArgs
Contains i.a. handle to AppKinetics payload file.
Remarks
Begins process of GD SDK initialization if necessary.
See Also