Class StitchInitProvider

  • All Implemented Interfaces:
    ComponentCallbacks, ComponentCallbacks2

    public final class StitchInitProvider
    extends ContentProvider
    StitchInitProvider's sole purpose is to automatically initialize the SDK with the application this provider is bound to. The manifest will ensure that there is a 1:1 relationship with this provider and the application. This is a total abuse of ContentProvider but it allows for less configuration on the user's part.