Feature

class Feature @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(rawValue: Int) : JsonSerializable

Constructors

Link copied to clipboard
constructor(rawValue: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.

Link copied to clipboard
open override fun toString(): String