Class OfflineRegionSelector.IntentBuilder

  • Enclosing class:
    OfflineRegionSelector

    public static class OfflineRegionSelector.IntentBuilder
    extends java.lang.Object
    Useful for building an Intent which can be used to launch the OfflineActivity allowing your app user to select a region which they'd like to download.
    Since:
    0.1.0
    • Constructor Detail

      • IntentBuilder

        public IntentBuilder()
        Construct a new instance of this builder.
        Since:
        0.1.0
    • Method Detail

      • build

        public android.content.Intent build​(android.app.Activity activity)
        Build a new Intent object which should be used to launch the OfflineActivity.
        Parameters:
        activity - pass in the current activity which you intend to use Activity.startActivityForResult(Intent, int) in.
        Returns:
        a new Intent which should be used to launch the OfflineActivity
        Since:
        0.1.0