Class: ExampleFeature2
A second example feature for reference documentation purposes
Hierarchy
FeatureBase
↳
ExampleFeature2
Constructors
constructor
• new ExampleFeature2()
Inherited from
FeatureBase.constructor
Properties
_
• Readonly
_: Object
= {}
Type declaration
Name | Type |
---|---|
impression? | Impression <"ExampleFeature" | "ExampleFeature2" > |
impressionId? | string |
Inherited from
FeatureBase._
exampleInt
• Readonly
exampleInt: number
= 0
An example string argument
exampleOutput
• Readonly
exampleOutput: number
= 1
An example int output
Control: 1
featureName
• Optional
featureName: string
Inherited from
FeatureBase.featureName
Methods
signalRating
▸ signalRating(__namedParameters
): void
Example string event
Parameters
Name | Type |
---|---|
__namedParameters | Object |
__namedParameters.exampleEvent | string |
Returns
void
signalRating
▸ Static
signalRating(sessionKeys
, impressionId
, __namedParameters
): void
Example string event
Parameters
Name | Type |
---|---|
sessionKeys | Partial <{ deviceId : undefined | string = s.deviceId }> | Session |
impressionId | string |
__namedParameters | Object |
__namedParameters.exampleEvent | string |
Returns
void