add new BasePlatform method, Analytics fun on the Webpack train
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8a59acb5c3
commit
e991461e8d
3 changed files with 12 additions and 0 deletions
|
@ -31,6 +31,10 @@ export default class WebPlatform extends VectorBasePlatform {
|
|||
this.runningVersion = null;
|
||||
}
|
||||
|
||||
getHumanReadableName() {
|
||||
return 'Web Platform';
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if the platform supports displaying
|
||||
* notifications, otherwise false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue