Package io.realm.dynamic
Types
DynamicMutableRealm
Link copied to clipboard
DynamicMutableRealmObject
Link copied to clipboard
DynamicRealm
Link copied to clipboard
DynamicRealmObject
Link copied to clipboard
Functions
getNullableValue
Link copied to clipboard
inline fun <T : Any> DynamicRealmObject.getNullableValue(fieldName: String): T?
Content copied to clipboard
getNullableValueList
Link copied to clipboard
inline fun <T : Any> DynamicRealmObject.getNullableValueList(fieldName: String): RealmList<T?>
Content copied to clipboard
Returns the list of nullable elements referenced by the property name as a RealmList.
getValueList
Link copied to clipboard
inline fun <T : Any> DynamicRealmObject.getValueList(fieldName: String): RealmList<T>
Content copied to clipboard
Returns the list referenced by the property name as a RealmList.