Class FrameReplayImageInfo

    • Constructor Detail

      • FrameReplayImageInfo

        FrameReplayImageInfo()
    • Method Detail

      • getImagePath

         String getImagePath()

        Path of the image under the runner's bundled test assets. (Required)

      • setImagePath

         void setImagePath(String imagePath)

        Path of the image under the runner's bundled test assets. (Required)

      • getBehavior

         FrameReplayImageBehavior getBehavior()

        FrameReplayImageBehavior

        Playback behavior for a frame-replay slide: how long it is held plus its optional fade/zoom transitions. Referenced per-slide (frameReplayImageInfo.behavior) and as the slideshow-wide fallback (defaultBehavior).

      • setBehavior

         void setBehavior(FrameReplayImageBehavior behavior)

        FrameReplayImageBehavior

        Playback behavior for a frame-replay slide: how long it is held plus its optional fade/zoom transitions. Referenced per-slide (frameReplayImageInfo.behavior) and as the slideshow-wide fallback (defaultBehavior).

      • getFlashVisibility

         FrameReplayImageInfo.FrameReplayFlashVisibility getFlashVisibility()

        FrameReplayFlashVisibility

        Gates this slide by the SDK-requested flash/torch state. 'always' (default): shown regardless. 'on': shown only while flash is on. 'off': shown only while flash is off. Lets a replay verify the SDK's flash control drives the frame source — e.g. a slide that only becomes readable once flash turns on.

      • setFlashVisibility

         void setFlashVisibility(FrameReplayImageInfo.FrameReplayFlashVisibility flashVisibility)

        FrameReplayFlashVisibility

        Gates this slide by the SDK-requested flash/torch state. 'always' (default): shown regardless. 'on': shown only while flash is on. 'off': shown only while flash is off. Lets a replay verify the SDK's flash control drives the frame source — e.g. a slide that only becomes readable once flash turns on.