open Story
fun openStory(activity: Activity, storyId: String? = null, openedReason: Storyteller.StorytellerStoriesOpenReason = StorytellerStoriesOpenReason.INSTANCE_METHOD, onError: (StorytellerError) -> Unit = {})
Opens a specific Story by its ID.
Parameters
activity
The Activity from which to open the Story.
story Id
The ID of the Story to open. If null or invalid, an error may occur.
opened Reason
The reason for opening this Story, used for analytics.
on Error
Callback invoked if an error occurs (e.g., Story not found).