AndroidModulesKt

public final class AndroidModulesKt

Functions

ActivityModule
Link copied to clipboard
final Module ActivityModule(Activity activity)
Provides a named binding of Activity as ACTIVITY and of the Activity's Context as ACTIVITY_CONTEXT.
ApplicationModule
Link copied to clipboard
final Module ApplicationModule(Application app)
Provides a named binding of Application as APPLICATION and of the application Context as APPLICATION_CONTEXT.
getACTIVITY
Link copied to clipboard
final String getACTIVITY()
getACTIVITY_CONTEXT
Link copied to clipboard
final String getACTIVITY_CONTEXT()
getAPPLICATION
Link copied to clipboard
final String getAPPLICATION()
getAPPLICATION_CONTEXT
Link copied to clipboard
final String getAPPLICATION_CONTEXT()
getSUPPORT_FRAGMENT
Link copied to clipboard
final String getSUPPORT_FRAGMENT()
getSUPPORT_FRAGMENT_CONTEXT
Link copied to clipboard
final String getSUPPORT_FRAGMENT_CONTEXT()
SupportFragmentModule
Link copied to clipboard
final Module SupportFragmentModule(Fragment fragment)
Provides a named binding of Fragment as SUPPORT_FRAGMENT and of the Fragment's Context as SUPPORT_FRAGMENT_CONTEXT.

Properties

ACTIVITY
Link copied to clipboard
private final String ACTIVITY
ACTIVITY_CONTEXT
Link copied to clipboard
private final String ACTIVITY_CONTEXT
APPLICATION
Link copied to clipboard
private final String APPLICATION
APPLICATION_CONTEXT
Link copied to clipboard
private final String APPLICATION_CONTEXT
SUPPORT_FRAGMENT
Link copied to clipboard
private final String SUPPORT_FRAGMENT
SUPPORT_FRAGMENT_CONTEXT
Link copied to clipboard
private final String SUPPORT_FRAGMENT_CONTEXT