Package 

Object ShowkaseBrowserActivity.Companion

    • Method Summary

      Modifier and Type Method Description
      final <ERROR CLASS> getIntent(Context context, String rootModuleCanonicalName) Returns the intent that the users of this library need to use for starting the Showkase browser activity.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIntent

         final <ERROR CLASS> getIntent(Context context, String rootModuleCanonicalName)

        Returns the intent that the users of this library need to use for starting the Showkase browser activity. Please make sure to use this instead of starting the activity directly as it sets the right value in the bundle in order for the activity to start correctly.

        Parameters:
        context - Android context
        rootModuleCanonicalName - The canonical name of the implementation of ShowkaseRootModule.