FREContext

AIR 3.0 and later

typedef void* FREContext;

The ActionScript side creates an extension context by calling ExtensionContext.createExtensionContext() . For each extension context, the AIR runtime creates a corresponding FREContext variable.

The runtime passes the FREContext variable to each of the following functions in the native implementation:

Use this FREContext variable when:

// Ethnio survey code removed