StageMapper

interface StageMapper

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun formatText(text: String, userModel: StoryDataModel): String
Link copied to clipboard
open fun getText(stage: Stage, dataCompanion: StoryDataModel): String
Link copied to clipboard
open fun getTransfers(stage: Stage, dataCompanion: StoryDataModel): List<TransferModel>
Link copied to clipboard
open fun model(stage: Stage, dataCompanion: StoryDataModel): StageModel
Link copied to clipboard
open fun notification(stage: Stage, storyDataModel: StoryDataModel): NotificationModel
open fun notification(type: NotificationType, source: String, storyDataModel: StoryDataModel): NotificationModel