/**@class android.webkit.WebMessage @extends java.lang.Object The Java representation of the HTML5 PostMessage event. See https://html.spec.whatwg.org/multipage/comms.html#the-messageevent-interfaces for definition of a MessageEvent in HTML5. */ var WebMessage = { /**Returns the data of the message. */ getData : function( ) {}, /**Returns the ports that are sent with the message, or null if no port is sent. */ getPorts : function( ) {}, };