Package 

Class AndroidLoggingPluginKt

    • Method Summary

      Modifier and Type Method Description
      final static <S extends MVIState, I extends MVIIntent, A extends MVIAction> StorePlugin<S, I, A> androidLoggingPlugin(String tag, Integer level) Create a new loggingPlugin that prints using android's Log.
      final static <S extends MVIState, I extends MVIIntent, A extends MVIAction> StorePlugin<S, I, A> androidLoggingPlugin(StoreBuilder<S, I, A> $self, String name, Integer level) Create a new loggingPlugin that prints using android's Log.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • androidLoggingPlugin

         final static <S extends MVIState, I extends MVIIntent, A extends MVIAction> StorePlugin<S, I, A> androidLoggingPlugin(String tag, Integer level)

        Create a new loggingPlugin that prints using android's Log.

      • androidLoggingPlugin

         final static <S extends MVIState, I extends MVIIntent, A extends MVIAction> StorePlugin<S, I, A> androidLoggingPlugin(StoreBuilder<S, I, A> $self, String name, Integer level)

        Create a new loggingPlugin that prints using android's Log.