Redux app actions
Methods
# static setBrowserType(isMobileBrowser) → {SetBrowserTypeReturnObject}
Sets the browser type
Parameters:
Name | Type | Description |
---|---|---|
isMobileBrowser |
boolean | Indicates if the browser is a mobile browser |
SetBrowserTypeReturnObject
Type Definitions
object
# SetBrowserTypeReturnObject
Return object for the setBrowserType function
Properties:
Name | Type | Description |
---|---|---|
type |
module:reduxActionTypes | An action type |
isMobileBrowser |
boolean | Indicates if the browser is a mobile browser |