Uses of Class
com.soklet.Soklet
Packages that use Soklet
-
Uses of Soklet in com.soklet
Methods in com.soklet that return SokletModifier and TypeMethodDescriptionSoklet.fromConfig(@NonNull SokletConfig sokletConfig) Acquires a Soklet instance with the given configuration.Methods in com.soklet with parameters of type SokletModifier and TypeMethodDescriptiondefault voidLifecycleObserver.didFailToStartSoklet(@NonNull Soklet soklet, @NonNull Throwable throwable) Called after aSokletinstance was asked to start, but failed due to an exception.default voidLifecycleObserver.didFailToStopSoklet(@NonNull Soklet soklet, @NonNull Throwable throwable) Called after aSokletinstance was asked to stop, but failed due to an exception.default voidLifecycleObserver.didStartSoklet(@NonNull Soklet soklet) Called after aSokletinstance starts.default voidLifecycleObserver.didStopSoklet(@NonNull Soklet soklet) Called after aSokletinstance stops.default voidLifecycleObserver.willStartSoklet(@NonNull Soklet soklet) Called before aSokletinstance starts.default voidLifecycleObserver.willStopSoklet(@NonNull Soklet soklet) Called before aSokletinstance stops.