getTokenName

@NotNull
open fun getTokenName(): String

Gets the name of the singleton's token. Provide an implementation of this method to manually specify the name of this singleton's token. The token's name will be set to the singleton's class name if the method is not overridden.

Return

The String name of the singleton's token.