SceneKey

In package com.nhaarman.acorn.presentation

class com.nhaarman.acorn.presentation.SceneKey

A class representing the key for a Scene.

Fields

value: String

Constructors

constructor(value: String)

A class representing the key for a Scene.

Parameters:
  • value: String

Methods

fun toString(): String
Parameters:
  • No parameters
fun equals(other: Any?): Boolean
Parameters:
  • other: Any?
fun hashCode(): Int
Parameters:
  • No parameters