Figler.Schema.TopLevelPlaybackChange (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi message module for TopLevelPlaybackChange.

Summary

Types

t()

@type t() :: %Figler.Schema.TopLevelPlaybackChange{
  direction: Figler.Schema.TransitionDirection.t() | nil,
  hotspot_blueprint_id: Figler.Schema.GUIDPath.t() | nil,
  instance_stable_path: Figler.Schema.GUIDPath.t() | nil,
  interaction_id: Figler.Schema.GUID.t() | nil,
  is_hotspot_in_new_presented_state: boolean() | nil,
  new_state: Figler.Schema.PresentedState.t() | nil,
  old_state: Figler.Schema.PresentedState.t() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()