Skip to content

Commit f7fc185

Browse files
authored
docs: Remove mention of FlushPolicyBase. (#141)
1 parent 8cab539 commit f7fc185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ For example you might want to disable flushes if you detect the user has no netw
425425

426426
### Creating your own flush policies
427427

428-
You can create a custom FlushPolicy special for your application needs by implementing the `IFlushPolicy` interface. You can also extend the `FlushPolicyBase` class that already creates and handles the `shouldFlush` value reset.
428+
You can create a custom FlushPolicy special for your application needs by implementing the `IFlushPolicy` interface.
429429

430430
A `FlushPolicy` only needs to implement 2 methods:
431431
- `Schedule`: Executed when the flush policy is enabled and added to the client. This is a good place to start background operations, make async calls, configure things before execution

0 commit comments

Comments
 (0)