You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@cookbr thanks for reporting this. yeah, we don't have FlushPolicyBase in c#. the description was copied from our react-native library. we will get the docs fixed. in c#, just follow the example to implement IFlushPolicy
README.md
references aFlushPolicyBase
class ...... but
FlushPolicyBase
doesn't exist.The text was updated successfully, but these errors were encountered: