Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

unknownContentType()

Indicates that the content cannot be displayed

Synopsis:

#include <WebNotificationDelegate.h>

virtual bool unknownContentType( WebFrame* frame,
                                 const char* mimeType,
                                 const char* url ) = 0;

Description:

Indicates that the user has clicked a link which contains content that cannot be displayed.

Arguments:

frame
A pointer to the WebFrame.
mimeType
The mimetype of the content that is referenced by the link.
url
The url of the link.

Returns:

True to display the content in the link. If False, the link will not be displayed.

See also:

loadError()