interface ti.uia.runtime.ICtxFilterCallback |
 |
 |
interface ICtxFilterCallback { ...
instance: ...
interface ICtxFilterCallback {
module-wide config parameters
instance:
per-instance functions
}
metaonly config ICtxFilterCallback.common$ // module-wide |
 |
Common module configuration parameters
DETAILS
All modules have this configuration parameter. Its name
contains the '$' character to ensure it does not conflict with
configuration parameters declared by the module. This allows
new configuration parameters to be added in the future without
any chance of breaking existing modules.
ICtxFilterCallback.updateIsLoggingEnabledFlag() // instance |
 |
updates the ti_uia_runtime_CtxFilter_gIsLoggingEnabled flag
Void updateIsLoggingEnabledFlag();
RETURNS
The function returns the state of the log (TRUE if enabled,
FALSE if disabled) before the call. That allow clients to restore
the previous state.
generated on Mon, 28 Jan 2013 17:45:43 GMT