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