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

canShowMIMEType()

Indicates if the Web Browser Engine can display a given MIME type

Synopsis:

#include <WebView.h>

virtual bool canShowMIMEType( const char* mimeType );

Description:

Indicates whether or not the browser can display content using the specified MIME type.

Arguments:

mimeType
The MIME type to check.

Returns:

Returns True if the browser will support the specified MIME type, otherwise False.

See also:

canShowMIMETypeAsHTML()