Index

@Target(allowedTargets = [AnnotationTarget.FIELD])
annotation class Index

Annotation marking a field as indexed.

Multiple fields in a RealmObject class can have this annotation.

This annotation applies to the following primitive types: String, Byte, Char, Short, Int and Long, as well as their nullable variants.

Constructors

Index
Link copied to clipboard
fun Index()