QualifiedContent.ScopeType

interface QualifiedContent.ScopeType

Known direct subclasses
QualifiedContent.Scope

The scope of the content.


Definition of a scope.

Summary

Public functions

Int

A scope binary flag that will be used to encode directory names.

String!

Scope name, readable by humans.

Public functions

getValue

fun getValue(): Int

A scope binary flag that will be used to encode directory names. Must be unique.

Returns
Int

a scope binary flag.

name

fun name(): String!

Scope name, readable by humans.

Returns
String!

a scope name.