StorylyDynamicSegmentationCallback

interface StorylyDynamicSegmentationCallback

This interface is used to target story groups with your own filtering function

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
filter
Link copied to clipboard
open fun filter(storylyGroupItemSegments: Set<String>?, segments: Set<String>?): Boolean
This function will filter story groups based on your algorithm
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String