Class: ConversantAPI

ConversantAPI

ConversantAPI An implementation of the API that uses window.postMessage as the channel to Observe and addEventListener(message) as the Observable

Constructor

new ConversantAPI()

Construct {Rx.Observer} and {Rx.Observable} for communication with the parent frame.
Source:

Methods

init(fun)

Parameters:
Name Type Description
fun function The function to be called when the application can be initialized. The function will be called with an instance of {AppParameters}.
Source: