Readonly
eventsAccess the behavior's events.
Supported features as a flag object.
Readonly
stateAccess the behavior's state.
Readonly
status: ApplicationBasic.ApplicationStatusThis attribute shall specify the current running status of the application.
Readonly
allowedThis attribute is a list of vendor IDs. Each entry is a vendor-id.
Readonly
application: TypeFromFields<{ This attribute shall specify a Content App which consists of an Application ID using a specified catalog.
Readonly
applicationThis attribute shall specify a human readable (displayable) name of the Content App assigned by the vendor. For example, "NPR On Demand". The maximum length of the ApplicationName attribute is 256 bytes of UTF-8 characters.
Readonly
applicationThis attribute shall specify a human readable (displayable) version of the Content App assigned by the vendor. The maximum length of the ApplicationVersion attribute is 32 bytes of UTF-8 characters.
Optional
Readonly
productThis attribute, if present, shall specify a numeric ID assigned by the vendor to identify a specific Content App made by them. If the Content App is certified by the Connectivity Standards Alliance, then this would be the Product ID as specified by the vendor for the certification.
Optional
Readonly
vendorThis attribute, if present, shall specify the Connectivity Standards Alliance assigned Vendor ID for the Content App.
Optional
Readonly
vendorThis attribute shall specify a human readable (displayable) name of the vendor for the Content App.
Release resources. This is the public API for releasing application resources held by behaviors in internal state.
Protected
callbackCreate a generic callback function that has the same properties as a Reactor.
Like a reactor, the callback's "this" will be bound to an active Behavior instance. Because of this: The reactor MUST be a real JS function - arrow functions will not work!
Behaviors are ephemeral and should not perform initialization in their constructor. They can override this method instead.
This method may be synchronous or asyncronous. If asynchronous, the behavior will not be available for external use until initialization completes.
Optional
_options: {}Protected
reactInstall a Reactor.
Important: The reactor MUST be a real JS function - arrow functions will not work!
The implemented cluster.