Link Search Menu Expand Document

Constructor: account.webBrowserSettings

Back to constructors index

Attributes:

NameTypeRequired
open_external_browserBoolOptional
display_close_buttonBoolOptional
external_exceptionsArray of WebDomainExceptionYes
inapp_exceptionsArray of WebDomainExceptionYes
hashlongYes

Type: account.WebBrowserSettings

Example:

$account_webBrowserSettings = ['_' => 'account.webBrowserSettings', 'open_external_browser' => Bool, 'display_close_button' => Bool, 'external_exceptions' => [WebDomainException, WebDomainException], 'inapp_exceptions' => [WebDomainException, WebDomainException], 'hash' => long];