load

fun RealmModel.load(): Boolean

Makes an asynchronous query blocking. This will also trigger any registered listeners.

Note: This will return true if called for an unmanaged object (created outside of Realm).

Return

true if it successfully completed the query, false otherwise.