Docs
Summary: renaming flipper in docs Reviewed By: passy Differential Revision: D9871491 fbshipit-source-id: 7a7dcc8421229f3a253efc6a49202dad5c7315d0
This commit is contained in:
committed by
Facebook Github Bot
parent
3e4c24d6fe
commit
159ce69bc8
@@ -7,7 +7,7 @@ sidebar_label: Device Communication
|
||||
To start communicating with a client your plugin must implement the init function. Once this function has been called the active client can also be accessed via `this.client`. This `id` of the plugin in JavaScript must match the native plugin `id` to allow for them to communicate.
|
||||
|
||||
```javascript
|
||||
class extends SonarPlugin {
|
||||
class extends FlipperPlugin {
|
||||
static title = "MyPlugin";
|
||||
static id = 'MyPlugin';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user