Package ai.platon.pulsar.common.browser
Object BrowserType.Companion
-
- All Implemented Interfaces:
public class BrowserType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static BrowserType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static BrowserTypefromString(String name)Create a browser type from a string. -
-
Method Detail
-
fromString
final static BrowserType fromString(String name)
Create a browser type from a string.
- Parameters:
name- the name of the browser type.- Returns:
the BrowserType.
-
-
-
-