public interface ContextManager
Breadcrumb
s are coupled to the idea of
a "context." What "context" means depends on the application. For example,
most web applications would define a single request/response cycle as a context,
while an Android application would define the entire application run as a
single context.Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the underlying context data.
|
Context |
getContext()
Returns the proper
Context instance for the given application context. |
Copyright © 2012–2018. All rights reserved.