All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.realm.kotlin.internal.interop.realm_class_flags_e Maven / Gradle / Ivy

Go to download

Wrapper for interacting with Realm Kotlin native code from the JVM. This artifact is not supposed to be consumed directly, but through 'io.realm.kotlin:gradle-plugin:3.0.0' instead.

The newest version!
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (https://www.swig.org).
 * Version 4.2.1
 *
 * Do not make changes to this file unless you know what you are doing - modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package io.realm.kotlin.internal.interop;

public final class realm_class_flags_e {
  public final static int RLM_CLASS_NORMAL = 0;
  public final static int RLM_CLASS_EMBEDDED = 1;
  public final static int RLM_CLASS_ASYMMETRIC = 2;
  public final static int RLM_CLASS_MASK = 3;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy