Class realmc


  • public class realmc
    extends java.lang.Object
    • Constructor Detail

      • realmc

        public realmc()
    • Method Detail

      • realm_object_is_valid

        public static boolean realm_object_is_valid​(long arg0)
      • new_valueArray

        public static realm_value_t new_valueArray​(int nelements)
      • delete_valueArray

        public static void delete_valueArray​(realm_value_t ary)
      • new_indexRangeArray

        public static realm_index_range_t new_indexRangeArray​(int nelements)
      • delete_indexRangeArray

        public static void delete_indexRangeArray​(realm_index_range_t ary)
      • new_queryArgArray

        public static realm_query_arg_t new_queryArgArray​(int nelements)
      • delete_queryArgArray

        public static void delete_queryArgArray​(realm_query_arg_t ary)
      • getRLM_INVALID_CLASS_KEY

        public static long getRLM_INVALID_CLASS_KEY()
      • getRLM_INVALID_PROPERTY_KEY

        public static long getRLM_INVALID_PROPERTY_KEY()
      • getRLM_INVALID_OBJECT_KEY

        public static long getRLM_INVALID_OBJECT_KEY()
      • realm_get_version_id

        public static boolean realm_get_version_id​(long arg0,
                                                   boolean[] out_found,
                                                   realm_version_id_t out_version)
      • realm_get_library_version

        public static java.lang.String realm_get_library_version()
      • realm_get_last_error

        public static boolean realm_get_last_error​(realm_error_t err)
      • realm_wrap_exceptions

        public static boolean realm_wrap_exceptions​(SWIGTYPE_p_f___void arg0)
      • realm_clear_last_error

        public static boolean realm_clear_last_error()
      • realm_free

        public static void realm_free​(long buffer)
      • realm_release

        public static void realm_release​(long ptr)
      • realm_clone

        public static long realm_clone​(long arg0)
      • realm_equals

        public static boolean realm_equals​(long arg0,
                                           long arg1)
      • realm_is_frozen

        public static boolean realm_is_frozen​(long arg0)
      • realm_config_new

        public static long realm_config_new()
      • realm_config_get_path

        public static java.lang.String realm_config_get_path​(long arg0)
      • realm_config_set_path

        public static void realm_config_set_path​(long arg0,
                                                 java.lang.String path)
      • realm_config_get_encryption_key

        public static long realm_config_get_encryption_key​(long arg0,
                                                           byte[] out_key)
      • realm_config_set_encryption_key

        public static boolean realm_config_set_encryption_key​(long arg0,
                                                              byte[] key,
                                                              long key_size)
      • realm_config_get_schema

        public static long realm_config_get_schema​(long arg0)
      • realm_config_set_schema

        public static void realm_config_set_schema​(long arg0,
                                                   long schema)
      • realm_config_get_schema_version

        public static long realm_config_get_schema_version​(long arg0)
      • realm_config_set_schema_version

        public static void realm_config_set_schema_version​(long arg0,
                                                           long version)
      • realm_config_get_schema_mode

        public static int realm_config_get_schema_mode​(long arg0)
      • realm_config_set_schema_mode

        public static void realm_config_set_schema_mode​(long arg0,
                                                        int arg1)
      • realm_config_set_migration_function

        public static void realm_config_set_migration_function​(long arg0,
                                                               java.lang.Object arg1)
      • realm_config_set_data_initialization_function

        public static void realm_config_set_data_initialization_function​(long arg0,
                                                                         java.lang.Object arg1)
      • realm_config_set_should_compact_on_launch_function

        public static void realm_config_set_should_compact_on_launch_function​(long arg0,
                                                                              java.lang.Object arg1)
      • realm_config_get_disable_format_upgrade

        public static boolean realm_config_get_disable_format_upgrade​(long arg0)
      • realm_config_set_disable_format_upgrade

        public static void realm_config_set_disable_format_upgrade​(long arg0,
                                                                   boolean arg1)
      • realm_config_get_automatic_change_notifications

        public static boolean realm_config_get_automatic_change_notifications​(long arg0)
      • realm_config_set_automatic_change_notifications

        public static void realm_config_set_automatic_change_notifications​(long arg0,
                                                                           boolean arg1)
      • realm_config_set_sync_config

        public static void realm_config_set_sync_config​(long arg0,
                                                        long arg1)
      • realm_config_get_force_sync_history

        public static boolean realm_config_get_force_sync_history​(long arg0)
      • realm_config_set_force_sync_history

        public static void realm_config_set_force_sync_history​(long arg0,
                                                               boolean arg1)
      • realm_config_get_max_number_of_active_versions

        public static long realm_config_get_max_number_of_active_versions​(long arg0)
      • realm_config_set_max_number_of_active_versions

        public static void realm_config_set_max_number_of_active_versions​(long arg0,
                                                                          long arg1)
      • realm_config_set_in_memory

        public static void realm_config_set_in_memory​(long arg0,
                                                      boolean arg1)
      • realm_config_get_in_memory

        public static boolean realm_config_get_in_memory​(long arg0)
      • realm_config_set_fifo_path

        public static void realm_config_set_fifo_path​(long arg0,
                                                      java.lang.String arg1)
      • realm_config_get_fifo_path

        public static java.lang.String realm_config_get_fifo_path​(long arg0)
      • realm_config_set_cached

        public static void realm_config_set_cached​(long arg0,
                                                   boolean cached)
      • realm_config_get_cached

        public static boolean realm_config_get_cached​(long arg0)
      • realm_scheduler_has_default_factory

        public static boolean realm_scheduler_has_default_factory()
      • realm_open

        public static long realm_open​(long config)
      • realm_convert_with_config

        public static boolean realm_convert_with_config​(long realm,
                                                        long config,
                                                        boolean merge_with_existing)
      • realm_delete_files

        public static boolean realm_delete_files​(java.lang.String realm_file_path,
                                                 boolean[] did_delete_realm)
      • _realm_from_native_ptr

        public static long _realm_from_native_ptr​(long pshared_ptr,
                                                  long n)
      • _realm_get_native_ptr

        public static void _realm_get_native_ptr​(long arg0,
                                                 long pshared_ptr,
                                                 long n)
      • realm_close

        public static boolean realm_close​(long arg0)
      • realm_is_closed

        public static boolean realm_is_closed​(long arg0)
      • realm_begin_read

        public static boolean realm_begin_read​(long arg0)
      • realm_begin_write

        public static boolean realm_begin_write​(long arg0)
      • realm_is_writable

        public static boolean realm_is_writable​(long arg0)
      • realm_commit

        public static boolean realm_commit​(long arg0)
      • realm_rollback

        public static boolean realm_rollback​(long arg0)
      • realm_add_realm_changed_callback

        public static long realm_add_realm_changed_callback​(long arg0,
                                                            java.lang.Object arg1)
      • realm_refresh

        public static boolean realm_refresh​(long arg0)
      • realm_freeze

        public static long realm_freeze​(long arg0)
      • realm_compact

        public static boolean realm_compact​(long arg0,
                                            SWIGTYPE_p_bool did_compact)
      • realm_get_schema

        public static long realm_get_schema​(long arg0)
      • realm_get_schema_version

        public static long realm_get_schema_version​(long realm)
      • realm_update_schema

        public static boolean realm_update_schema​(long realm,
                                                  long schema)
      • realm_schema_rename_property

        public static boolean realm_schema_rename_property​(long realm,
                                                           long schema,
                                                           java.lang.String object_type,
                                                           java.lang.String old_name,
                                                           java.lang.String new_name)
      • realm_add_schema_changed_callback

        public static long realm_add_schema_changed_callback​(long arg0,
                                                             java.lang.Object arg1)
      • realm_schema_validate

        public static boolean realm_schema_validate​(long arg0,
                                                    long validation_mode)
      • realm_get_num_classes

        public static long realm_get_num_classes​(long arg0)
      • realm_get_class_keys

        public static boolean realm_get_class_keys​(long arg0,
                                                   long[] out_keys,
                                                   long max,
                                                   long[] out_n)
      • realm_find_class

        public static boolean realm_find_class​(long arg0,
                                               java.lang.String name,
                                               boolean[] out_found,
                                               realm_class_info_t out_class_info)
      • realm_get_class

        public static boolean realm_get_class​(long arg0,
                                              long key,
                                              realm_class_info_t out_class_info)
      • realm_get_class_properties

        public static boolean realm_get_class_properties​(long arg0,
                                                         long key,
                                                         realm_property_info_t out_properties,
                                                         long max,
                                                         long[] out_n)
      • realm_get_property_keys

        public static boolean realm_get_property_keys​(long arg0,
                                                      long key,
                                                      long[] out_col_keys,
                                                      long max,
                                                      long[] out_n)
      • realm_get_property

        public static boolean realm_get_property​(long arg0,
                                                 long class_key,
                                                 long key,
                                                 realm_property_info_t out_property_info)
      • realm_find_property

        public static boolean realm_find_property​(long arg0,
                                                  long class_key,
                                                  java.lang.String name,
                                                  boolean[] out_found,
                                                  realm_property_info_t out_property_info)
      • realm_find_property_by_public_name

        public static boolean realm_find_property_by_public_name​(long arg0,
                                                                 long class_key,
                                                                 java.lang.String public_name,
                                                                 boolean[] out_found,
                                                                 realm_property_info_t out_property_info)
      • realm_get_num_objects

        public static boolean realm_get_num_objects​(long arg0,
                                                    long arg1,
                                                    long[] out_count)
      • realm_get_num_versions

        public static boolean realm_get_num_versions​(long arg0,
                                                     long[] out_versions_count)
      • realm_get_object

        public static long realm_get_object​(long arg0,
                                            long class_key,
                                            long obj_key)
      • realm_object_find_with_primary_key

        public static long realm_object_find_with_primary_key​(long arg0,
                                                              long arg1,
                                                              realm_value_t pk,
                                                              boolean[] out_found)
      • realm_object_find_all

        public static long realm_object_find_all​(long arg0,
                                                 long arg1)
      • realm_object_create

        public static long realm_object_create​(long arg0,
                                               long arg1)
      • realm_object_create_with_primary_key

        public static long realm_object_create_with_primary_key​(long arg0,
                                                                long arg1,
                                                                realm_value_t pk)
      • realm_object_get_or_create_with_primary_key

        public static long realm_object_get_or_create_with_primary_key​(long arg0,
                                                                       long arg1,
                                                                       realm_value_t pk,
                                                                       boolean[] did_create)
      • realm_object_delete

        public static boolean realm_object_delete​(long arg0)
      • realm_object_resolve_in

        public static boolean realm_object_resolve_in​(long live_object,
                                                      long target_realm,
                                                      long[] resolved)
      • _realm_object_from_native_copy

        public static long _realm_object_from_native_copy​(long pobj,
                                                          long n)
      • _realm_object_from_native_move

        public static long _realm_object_from_native_move​(long pobj,
                                                          long n)
      • _realm_object_get_native_ptr

        public static long _realm_object_get_native_ptr​(long arg0)
      • realm_object_get_key

        public static long realm_object_get_key​(long object)
      • realm_object_get_table

        public static long realm_object_get_table​(long object)
      • realm_object_as_link

        public static realm_link_t realm_object_as_link​(long object)
      • realm_get_value

        public static boolean realm_get_value​(long arg0,
                                              long arg1,
                                              realm_value_t out_value)
      • realm_set_value

        public static boolean realm_set_value​(long arg0,
                                              long arg1,
                                              realm_value_t new_value,
                                              boolean is_default)
      • realm_set_embedded

        public static long realm_set_embedded​(long arg0,
                                              long arg1)
      • realm_get_linked_object

        public static long realm_get_linked_object​(long arg0,
                                                   long arg1)
      • realm_object_to_string

        public static java.lang.String realm_object_to_string​(long arg0)
      • realm_get_list

        public static long realm_get_list​(long arg0,
                                          long arg1)
      • realm_list_resolve_in

        public static boolean realm_list_resolve_in​(long list,
                                                    long target_realm,
                                                    long[] resolved)
      • realm_list_is_valid

        public static boolean realm_list_is_valid​(long arg0)
      • realm_list_size

        public static boolean realm_list_size​(long arg0,
                                              long[] out_size)
      • realm_list_get_property

        public static boolean realm_list_get_property​(long arg0,
                                                      realm_property_info_t out_property_info)
      • realm_list_get

        public static boolean realm_list_get​(long arg0,
                                             long index,
                                             realm_value_t out_value)
      • realm_list_set

        public static boolean realm_list_set​(long arg0,
                                             long index,
                                             realm_value_t value)
      • realm_list_insert

        public static boolean realm_list_insert​(long arg0,
                                                long index,
                                                realm_value_t value)
      • realm_list_insert_embedded

        public static long realm_list_insert_embedded​(long arg0,
                                                      long index)
      • realm_list_set_embedded

        public static long realm_list_set_embedded​(long arg0,
                                                   long index)
      • realm_list_get_linked_object

        public static long realm_list_get_linked_object​(long arg0,
                                                        long index)
      • realm_list_erase

        public static boolean realm_list_erase​(long arg0,
                                               long index)
      • realm_list_clear

        public static boolean realm_list_clear​(long arg0)
      • realm_list_remove_all

        public static boolean realm_list_remove_all​(long arg0)
      • realm_object_changes_is_deleted

        public static boolean realm_object_changes_is_deleted​(long arg0)
      • realm_object_changes_get_num_modified_properties

        public static long realm_object_changes_get_num_modified_properties​(long arg0)
      • realm_object_changes_get_modified_properties

        public static long realm_object_changes_get_modified_properties​(long arg0,
                                                                        long[] out_modified,
                                                                        long max)
      • realm_collection_changes_get_num_changes

        public static void realm_collection_changes_get_num_changes​(long arg0,
                                                                    long[] out_num_deletions,
                                                                    long[] out_num_insertions,
                                                                    long[] out_num_modifications,
                                                                    long[] out_num_moves)
      • realm_collection_changes_get_num_ranges

        public static void realm_collection_changes_get_num_ranges​(long arg0,
                                                                   long[] out_num_deletion_ranges,
                                                                   long[] out_num_insertion_ranges,
                                                                   long[] out_num_modification_ranges,
                                                                   long[] out_num_moves)
      • realm_collection_changes_get_changes

        public static void realm_collection_changes_get_changes​(long arg0,
                                                                long[] out_deletion_indices,
                                                                long max_deletion_indices,
                                                                long[] out_insertion_indices,
                                                                long max_insertion_indices,
                                                                long[] out_modification_indices,
                                                                long max_modification_indices,
                                                                long[] out_modification_indices_after,
                                                                long max_modification_indices_after,
                                                                realm_collection_move_t out_moves,
                                                                long max_moves)
      • realm_get_set

        public static long realm_get_set​(long arg0,
                                         long arg1)
      • realm_set_resolve_in

        public static boolean realm_set_resolve_in​(long list,
                                                   long target_realm,
                                                   long[] resolved)
      • realm_set_is_valid

        public static boolean realm_set_is_valid​(long arg0)
      • realm_set_size

        public static boolean realm_set_size​(long arg0,
                                             long[] out_size)
      • realm_set_get_property

        public static boolean realm_set_get_property​(long arg0,
                                                     realm_property_info_t out_property_info)
      • realm_set_get

        public static boolean realm_set_get​(long arg0,
                                            long index,
                                            realm_value_t out_value)
      • realm_set_find

        public static boolean realm_set_find​(long arg0,
                                             realm_value_t value,
                                             long[] out_index,
                                             boolean[] out_found)
      • realm_set_insert

        public static boolean realm_set_insert​(long arg0,
                                               realm_value_t value,
                                               long[] out_index,
                                               boolean[] out_inserted)
      • realm_set_erase

        public static boolean realm_set_erase​(long arg0,
                                              realm_value_t value,
                                              boolean[] out_erased)
      • realm_set_clear

        public static boolean realm_set_clear​(long arg0)
      • realm_set_remove_all

        public static boolean realm_set_remove_all​(long arg0)
      • realm_query_parse

        public static long realm_query_parse​(long arg0,
                                             long target_table,
                                             java.lang.String query_string,
                                             long num_args,
                                             realm_query_arg_t args)
      • realm_query_get_description

        public static java.lang.String realm_query_get_description​(long arg0)
      • realm_query_append_query

        public static long realm_query_append_query​(long arg0,
                                                    java.lang.String query_string,
                                                    long num_args,
                                                    realm_query_arg_t args)
      • realm_query_parse_for_list

        public static long realm_query_parse_for_list​(long target_list,
                                                      java.lang.String query_string,
                                                      long num_args,
                                                      realm_query_arg_t args)
      • realm_query_parse_for_results

        public static long realm_query_parse_for_results​(long target_results,
                                                         java.lang.String query_string,
                                                         long num_args,
                                                         realm_query_arg_t args)
      • realm_query_count

        public static boolean realm_query_count​(long arg0,
                                                long[] out_count)
      • realm_query_find_first

        public static boolean realm_query_find_first​(long arg0,
                                                     realm_value_t out_value,
                                                     boolean[] out_found)
      • realm_query_find_all

        public static long realm_query_find_all​(long arg0)
      • realm_results_count

        public static boolean realm_results_count​(long arg0,
                                                  long[] out_count)
      • realm_results_filter

        public static long realm_results_filter​(long arg0,
                                                long arg1)
      • realm_results_sort

        public static long realm_results_sort​(long results,
                                              java.lang.String sort_string)
      • realm_results_distinct

        public static long realm_results_distinct​(long results,
                                                  java.lang.String distinct_string)
      • realm_results_limit

        public static long realm_results_limit​(long results,
                                               long max_count)
      • realm_results_get

        public static boolean realm_results_get​(long arg0,
                                                long index,
                                                realm_value_t out_value)
      • realm_results_get_object

        public static long realm_results_get_object​(long arg0,
                                                    long index)
      • realm_results_delete_all

        public static boolean realm_results_delete_all​(long arg0)
      • realm_results_resolve_in

        public static long realm_results_resolve_in​(long from_results,
                                                    long target_realm)
      • realm_results_min

        public static boolean realm_results_min​(long arg0,
                                                long arg1,
                                                realm_value_t out_min,
                                                boolean[] out_found)
      • realm_results_max

        public static boolean realm_results_max​(long arg0,
                                                long arg1,
                                                realm_value_t out_max,
                                                boolean[] out_found)
      • realm_results_sum

        public static boolean realm_results_sum​(long arg0,
                                                long arg1,
                                                realm_value_t out_sum,
                                                boolean[] out_found)
      • realm_results_average

        public static boolean realm_results_average​(long arg0,
                                                    long arg1,
                                                    realm_value_t out_average,
                                                    boolean[] out_found)
      • realm_http_transport_complete_request

        public static void realm_http_transport_complete_request​(long request_context,
                                                                 realm_http_response_t response)
      • realm_app_credentials_new_anonymous

        public static long realm_app_credentials_new_anonymous​(boolean reuse_credentials)
      • realm_app_credentials_new_facebook

        public static long realm_app_credentials_new_facebook​(java.lang.String access_token)
      • realm_app_credentials_new_google_id_token

        public static long realm_app_credentials_new_google_id_token​(java.lang.String id_token)
      • realm_app_credentials_new_google_auth_code

        public static long realm_app_credentials_new_google_auth_code​(java.lang.String auth_code)
      • realm_app_credentials_new_apple

        public static long realm_app_credentials_new_apple​(java.lang.String id_token)
      • realm_app_credentials_new_jwt

        public static long realm_app_credentials_new_jwt​(java.lang.String jwt_token)
      • realm_app_credentials_new_email_password

        public static long realm_app_credentials_new_email_password​(java.lang.String email,
                                                                    java.lang.String password)
      • realm_app_credentials_new_user_api_key

        public static long realm_app_credentials_new_user_api_key​(java.lang.String api_key)
      • realm_app_credentials_new_server_api_key

        public static long realm_app_credentials_new_server_api_key​(java.lang.String api_key)
      • realm_app_credentials_new_function

        public static long realm_app_credentials_new_function​(java.lang.String serialized_ejson_payload)
      • realm_auth_credentials_get_provider

        public static int realm_auth_credentials_get_provider​(long arg0)
      • realm_app_config_new

        public static long realm_app_config_new​(java.lang.String app_id,
                                                long http_transport)
      • realm_app_config_set_base_url

        public static void realm_app_config_set_base_url​(long arg0,
                                                         java.lang.String arg1)
      • realm_app_config_set_local_app_name

        public static void realm_app_config_set_local_app_name​(long arg0,
                                                               java.lang.String arg1)
      • realm_app_config_set_local_app_version

        public static void realm_app_config_set_local_app_version​(long arg0,
                                                                  java.lang.String arg1)
      • realm_app_config_set_default_request_timeout

        public static void realm_app_config_set_default_request_timeout​(long arg0,
                                                                        long ms)
      • realm_app_config_set_platform

        public static void realm_app_config_set_platform​(long arg0,
                                                         java.lang.String arg1)
      • realm_app_config_set_platform_version

        public static void realm_app_config_set_platform_version​(long arg0,
                                                                 java.lang.String arg1)
      • realm_app_config_set_sdk_version

        public static void realm_app_config_set_sdk_version​(long arg0,
                                                            java.lang.String arg1)
      • realm_app_credentials_serialize_as_json

        public static java.lang.String realm_app_credentials_serialize_as_json​(long arg0)
      • realm_app_create

        public static long realm_app_create​(long arg0,
                                            long arg1)
      • realm_app_get

        public static long realm_app_get​(long arg0,
                                         long arg1)
      • realm_app_get_cached

        public static long realm_app_get_cached​(java.lang.String app_id)
      • realm_clear_cached_apps

        public static void realm_clear_cached_apps()
      • realm_app_get_app_id

        public static java.lang.String realm_app_get_app_id​(long arg0)
      • realm_app_get_current_user

        public static long realm_app_get_current_user​(long arg0)
      • realm_app_get_all_users

        public static boolean realm_app_get_all_users​(long app,
                                                      long[] out_users,
                                                      long capacity,
                                                      long[] out_n)
      • realm_app_log_in_with_credentials

        public static boolean realm_app_log_in_with_credentials​(long app,
                                                                long credentials,
                                                                java.lang.Object callback)
      • realm_app_log_out_current_user

        public static boolean realm_app_log_out_current_user​(long app,
                                                             java.lang.Object callback)
      • realm_app_refresh_custom_data

        public static boolean realm_app_refresh_custom_data​(long app,
                                                            long user,
                                                            java.lang.Object callback)
      • realm_app_log_out

        public static boolean realm_app_log_out​(long app,
                                                long user,
                                                java.lang.Object callback)
      • realm_app_link_user

        public static boolean realm_app_link_user​(long app,
                                                  long user,
                                                  long credentials,
                                                  java.lang.Object callback)
      • realm_app_switch_user

        public static boolean realm_app_switch_user​(long app,
                                                    long user,
                                                    long[] new_user)
      • realm_app_remove_user

        public static boolean realm_app_remove_user​(long app,
                                                    long user,
                                                    java.lang.Object callback)
      • realm_app_delete_user

        public static boolean realm_app_delete_user​(long app,
                                                    long user,
                                                    java.lang.Object callback)
      • realm_app_email_password_provider_client_register_email

        public static boolean realm_app_email_password_provider_client_register_email​(long app,
                                                                                      java.lang.String email,
                                                                                      java.lang.String password,
                                                                                      java.lang.Object callback)
      • realm_app_email_password_provider_client_confirm_user

        public static boolean realm_app_email_password_provider_client_confirm_user​(long app,
                                                                                    java.lang.String token,
                                                                                    java.lang.String token_id,
                                                                                    java.lang.Object callback)
      • realm_app_email_password_provider_client_resend_confirmation_email

        public static boolean realm_app_email_password_provider_client_resend_confirmation_email​(long app,
                                                                                                 java.lang.String email,
                                                                                                 java.lang.Object callback)
      • realm_app_email_password_provider_client_send_reset_password_email

        public static boolean realm_app_email_password_provider_client_send_reset_password_email​(long app,
                                                                                                 java.lang.String email,
                                                                                                 java.lang.Object callback)
      • realm_app_email_password_provider_client_retry_custom_confirmation

        public static boolean realm_app_email_password_provider_client_retry_custom_confirmation​(long app,
                                                                                                 java.lang.String email,
                                                                                                 java.lang.Object callback)
      • realm_app_email_password_provider_client_reset_password

        public static boolean realm_app_email_password_provider_client_reset_password​(long app,
                                                                                      java.lang.String password,
                                                                                      java.lang.String token,
                                                                                      java.lang.String token_id,
                                                                                      java.lang.Object callback)
      • realm_app_email_password_provider_client_call_reset_password_function

        public static boolean realm_app_email_password_provider_client_call_reset_password_function​(long arg0,
                                                                                                    java.lang.String email,
                                                                                                    java.lang.String password,
                                                                                                    java.lang.String serialized_ejson_payload,
                                                                                                    SWIGTYPE_p_f_p_void_p_q_const__realm_app_error__void arg4,
                                                                                                    long userdata,
                                                                                                    SWIGTYPE_p_f_p_void__void userdata_free)
      • realm_app_sync_client_reconnect

        public static void realm_app_sync_client_reconnect​(long arg0)
      • realm_app_sync_client_has_sessions

        public static boolean realm_app_sync_client_has_sessions​(long arg0)
      • realm_app_sync_client_wait_for_sessions_to_terminate

        public static void realm_app_sync_client_wait_for_sessions_to_terminate​(long arg0)
      • realm_app_sync_client_get_default_file_path_for_realm

        public static java.lang.String realm_app_sync_client_get_default_file_path_for_realm​(long arg0,
                                                                                             java.lang.String custom_filename)
      • realm_user_get_identity

        public static java.lang.String realm_user_get_identity​(long user)
      • realm_user_get_state

        public static int realm_user_get_state​(long user)
      • realm_user_get_all_identities

        public static boolean realm_user_get_all_identities​(long user,
                                                            realm_user_identity_t out_identities,
                                                            long capacity,
                                                            long[] out_n)
      • realm_user_get_local_identity

        public static java.lang.String realm_user_get_local_identity​(long arg0)
      • realm_user_get_device_id

        public static java.lang.String realm_user_get_device_id​(long arg0)
      • realm_user_get_auth_provider

        public static int realm_user_get_auth_provider​(long arg0)
      • realm_user_log_out

        public static boolean realm_user_log_out​(long arg0)
      • realm_user_is_logged_in

        public static boolean realm_user_is_logged_in​(long arg0)
      • realm_user_get_custom_data

        public static java.lang.String realm_user_get_custom_data​(long arg0)
      • realm_user_get_profile_data

        public static java.lang.String realm_user_get_profile_data​(long arg0)
      • realm_user_get_access_token

        public static java.lang.String realm_user_get_access_token​(long arg0)
      • realm_user_get_refresh_token

        public static java.lang.String realm_user_get_refresh_token​(long arg0)
      • realm_user_get_app

        public static long realm_user_get_app​(long arg0)
      • realm_sync_client_config_new

        public static long realm_sync_client_config_new()
      • realm_sync_client_config_set_base_file_path

        public static void realm_sync_client_config_set_base_file_path​(long arg0,
                                                                       java.lang.String arg1)
      • realm_sync_client_config_set_metadata_mode

        public static void realm_sync_client_config_set_metadata_mode​(long arg0,
                                                                      int arg1)
      • realm_sync_client_config_set_log_level

        public static void realm_sync_client_config_set_log_level​(long arg0,
                                                                  int arg1)
      • realm_sync_client_config_set_reconnect_mode

        public static void realm_sync_client_config_set_reconnect_mode​(long arg0,
                                                                       int arg1)
      • realm_sync_client_config_set_multiplex_sessions

        public static void realm_sync_client_config_set_multiplex_sessions​(long arg0,
                                                                           boolean arg1)
      • realm_sync_client_config_set_user_agent_binding_info

        public static void realm_sync_client_config_set_user_agent_binding_info​(long arg0,
                                                                                java.lang.String arg1)
      • realm_sync_client_config_set_user_agent_application_info

        public static void realm_sync_client_config_set_user_agent_application_info​(long arg0,
                                                                                    java.lang.String arg1)
      • realm_sync_client_config_set_connect_timeout

        public static void realm_sync_client_config_set_connect_timeout​(long arg0,
                                                                        long arg1)
      • realm_sync_client_config_set_connection_linger_time

        public static void realm_sync_client_config_set_connection_linger_time​(long arg0,
                                                                               long arg1)
      • realm_sync_client_config_set_ping_keepalive_period

        public static void realm_sync_client_config_set_ping_keepalive_period​(long arg0,
                                                                              long arg1)
      • realm_sync_client_config_set_pong_keepalive_timeout

        public static void realm_sync_client_config_set_pong_keepalive_timeout​(long arg0,
                                                                               long arg1)
      • realm_sync_client_config_set_fast_reconnect_limit

        public static void realm_sync_client_config_set_fast_reconnect_limit​(long arg0,
                                                                             long arg1)
      • realm_sync_config_new

        public static long realm_sync_config_new​(long arg0,
                                                 java.lang.String partition_value)
      • realm_flx_sync_config_new

        public static long realm_flx_sync_config_new​(long arg0)
      • realm_sync_config_set_session_stop_policy

        public static void realm_sync_config_set_session_stop_policy​(long arg0,
                                                                     int arg1)
      • realm_sync_config_set_client_validate_ssl

        public static void realm_sync_config_set_client_validate_ssl​(long arg0,
                                                                     boolean arg1)
      • realm_sync_config_set_ssl_trust_certificate_path

        public static void realm_sync_config_set_ssl_trust_certificate_path​(long arg0,
                                                                            java.lang.String arg1)
      • realm_sync_config_set_cancel_waits_on_nonfatal_error

        public static void realm_sync_config_set_cancel_waits_on_nonfatal_error​(long arg0,
                                                                                boolean arg1)
      • realm_sync_config_set_authorization_header_name

        public static void realm_sync_config_set_authorization_header_name​(long arg0,
                                                                           java.lang.String arg1)
      • realm_sync_config_set_custom_http_header

        public static void realm_sync_config_set_custom_http_header​(long arg0,
                                                                    java.lang.String name,
                                                                    java.lang.String value)
      • realm_sync_config_set_recovery_directory_path

        public static void realm_sync_config_set_recovery_directory_path​(long arg0,
                                                                         java.lang.String arg1)
      • realm_sync_config_set_resync_mode

        public static void realm_sync_config_set_resync_mode​(long arg0,
                                                             int arg1)
      • realm_sync_subscription_id

        public static realm_object_id_t realm_sync_subscription_id​(long subscription)
      • realm_sync_subscription_name

        public static java.lang.String realm_sync_subscription_name​(long subscription)
      • realm_sync_subscription_object_class_name

        public static java.lang.String realm_sync_subscription_object_class_name​(long subscription)
      • realm_sync_subscription_query_string

        public static java.lang.String realm_sync_subscription_query_string​(long subscription)
      • realm_sync_subscription_created_at

        public static realm_timestamp_t realm_sync_subscription_created_at​(long subscription)
      • realm_sync_subscription_updated_at

        public static realm_timestamp_t realm_sync_subscription_updated_at​(long subscription)
      • realm_sync_get_latest_subscription_set

        public static long realm_sync_get_latest_subscription_set​(long arg0)
      • realm_sync_get_active_subscription_set

        public static long realm_sync_get_active_subscription_set​(long arg0)
      • realm_sync_on_subscription_set_state_change_wait

        public static int realm_sync_on_subscription_set_state_change_wait​(long arg0,
                                                                           int arg1)
      • realm_sync_on_subscription_set_state_change_async

        public static boolean realm_sync_on_subscription_set_state_change_async​(long subscription_set,
                                                                                int notify_when,
                                                                                java.lang.Object arg2)
      • realm_sync_subscription_set_version

        public static long realm_sync_subscription_set_version​(long arg0)
      • realm_sync_subscription_set_state

        public static int realm_sync_subscription_set_state​(long arg0)
      • realm_sync_subscription_set_error_str

        public static java.lang.String realm_sync_subscription_set_error_str​(long arg0)
      • realm_sync_subscription_set_size

        public static long realm_sync_subscription_set_size​(long arg0)
      • realm_sync_subscription_at

        public static long realm_sync_subscription_at​(long arg0,
                                                      long index)
      • realm_sync_find_subscription_by_query

        public static long realm_sync_find_subscription_by_query​(long arg0,
                                                                 long arg1)
      • realm_sync_find_subscription_by_results

        public static long realm_sync_find_subscription_by_results​(long arg0,
                                                                   long arg1)
      • realm_sync_find_subscription_by_name

        public static long realm_sync_find_subscription_by_name​(long arg0,
                                                                java.lang.String name)
      • realm_sync_subscription_set_refresh

        public static boolean realm_sync_subscription_set_refresh​(long arg0)
      • realm_sync_make_subscription_set_mutable

        public static long realm_sync_make_subscription_set_mutable​(long arg0)
      • realm_sync_subscription_set_clear

        public static boolean realm_sync_subscription_set_clear​(long arg0)
      • realm_sync_subscription_set_insert_or_assign_results

        public static boolean realm_sync_subscription_set_insert_or_assign_results​(long arg0,
                                                                                   long arg1,
                                                                                   java.lang.String name,
                                                                                   long[] out_index,
                                                                                   boolean[] out_inserted)
      • realm_sync_subscription_set_insert_or_assign_query

        public static boolean realm_sync_subscription_set_insert_or_assign_query​(long arg0,
                                                                                 long arg1,
                                                                                 java.lang.String name,
                                                                                 long[] out_index,
                                                                                 boolean[] out_inserted)
      • realm_sync_subscription_set_erase_by_id

        public static boolean realm_sync_subscription_set_erase_by_id​(long arg0,
                                                                      realm_object_id_t arg1,
                                                                      boolean[] erased)
      • realm_sync_subscription_set_erase_by_name

        public static boolean realm_sync_subscription_set_erase_by_name​(long arg0,
                                                                        java.lang.String arg1,
                                                                        boolean[] erased)
      • realm_sync_subscription_set_erase_by_query

        public static boolean realm_sync_subscription_set_erase_by_query​(long arg0,
                                                                         long arg1,
                                                                         boolean[] erased)
      • realm_sync_subscription_set_erase_by_results

        public static boolean realm_sync_subscription_set_erase_by_results​(long arg0,
                                                                           long arg1,
                                                                           boolean[] erased)
      • realm_sync_subscription_set_commit

        public static long realm_sync_subscription_set_commit​(long arg0)
      • realm_async_open_task_unregister_download_progress_notifier

        public static void realm_async_open_task_unregister_download_progress_notifier​(SWIGTYPE_p_realm_async_open_task arg0,
                                                                                       long token)
      • realm_sync_session_get

        public static long realm_sync_session_get​(long arg0)
      • realm_sync_session_get_state

        public static int realm_sync_session_get_state​(long session)
      • realm_sync_session_get_connection_state

        public static int realm_sync_session_get_connection_state​(long session)
      • realm_sync_session_get_user

        public static long realm_sync_session_get_user​(long session)
      • realm_sync_session_get_partition_value

        public static java.lang.String realm_sync_session_get_partition_value​(long session)
      • realm_sync_session_get_file_path

        public static java.lang.String realm_sync_session_get_file_path​(long arg0)
      • realm_sync_session_pause

        public static void realm_sync_session_pause​(long arg0)
      • realm_sync_session_resume

        public static void realm_sync_session_resume​(long arg0)
      • realm_sync_immediately_run_file_actions

        public static boolean realm_sync_immediately_run_file_actions​(long realm_app,
                                                                      java.lang.String sync_path)
      • realm_sync_session_unregister_connection_state_change_callback

        public static void realm_sync_session_unregister_connection_state_change_callback​(long session,
                                                                                          long token)
      • realm_sync_session_unregister_progress_notifier

        public static void realm_sync_session_unregister_progress_notifier​(long session,
                                                                           long token)
      • realm_sync_session_wait_for_download_completion

        public static void realm_sync_session_wait_for_download_completion​(long arg0,
                                                                           java.lang.Object arg1)
      • realm_sync_session_wait_for_upload_completion

        public static void realm_sync_session_wait_for_upload_completion​(long arg0,
                                                                         java.lang.Object arg1)
      • realm_sync_session_handle_error_for_testing

        public static void realm_sync_session_handle_error_for_testing​(long session,
                                                                       int error_code,
                                                                       int category,
                                                                       java.lang.String error_message,
                                                                       boolean is_fatal)
      • realm_register_user_code_callback_error

        public static void realm_register_user_code_callback_error​(long usercode_error)
      • realm_mongo_collection_get

        public static SWIGTYPE_p_realm_mongodb_collection realm_mongo_collection_get​(long user,
                                                                                     java.lang.String service,
                                                                                     java.lang.String database,
                                                                                     java.lang.String collection)
      • realm_changed_callback

        public static void realm_changed_callback​(long userdata)
      • schema_changed_callback

        public static void schema_changed_callback​(long userdata,
                                                   long new_schema)
      • migration_callback

        public static boolean migration_callback​(long userdata,
                                                 long old_realm,
                                                 long new_realm,
                                                 long schema)
      • register_results_notification_cb

        public static long register_results_notification_cb​(long results,
                                                            java.lang.Object callback)
      • register_notification_cb

        public static long register_notification_cb​(long collection_ptr,
                                                    int collection_type,
                                                    java.lang.Object callback)
      • realm_network_transport_new

        public static long realm_network_transport_new​(java.lang.Object network_transport)
      • set_log_callback

        public static void set_log_callback​(long sync_client_config,
                                            java.lang.Object log_callback)
      • open_realm_with_scheduler

        public static long open_realm_with_scheduler​(long config_ptr,
                                                     java.lang.Object dispatchScheduler)
      • realm_should_compact_callback

        public static boolean realm_should_compact_callback​(long userdata,
                                                            long total_bytes,
                                                            long used_bytes)
      • realm_data_initialization_callback

        public static boolean realm_data_initialization_callback​(long userdata,
                                                                 long realm)
      • invoke_core_notify_callback

        public static void invoke_core_notify_callback​(long core_notify_function)
      • app_complete_void_callback

        public static void app_complete_void_callback​(long userdata,
                                                      realm_app_error_t error)
      • app_complete_result_callback

        public static void app_complete_result_callback​(long userdata,
                                                        long result,
                                                        realm_app_error_t error)
      • sync_set_error_handler

        public static void sync_set_error_handler​(long sync_config,
                                                  java.lang.Object error_handler)
      • complete_http_request

        public static void complete_http_request​(long request_context,
                                                 java.lang.Object j_response)
      • transfer_completion_callback

        public static void transfer_completion_callback​(long userdata,
                                                        realm_sync_error_code_t error)
      • realm_subscriptionset_changed_callback

        public static void realm_subscriptionset_changed_callback​(long userdata,
                                                                  int state)
      • before_client_reset

        public static boolean before_client_reset​(long userdata,
                                                  long before_realm)
      • sync_before_client_reset_handler

        public static void sync_before_client_reset_handler​(long config,
                                                            java.lang.Object before_handler)
      • sync_after_client_reset_handler

        public static void sync_after_client_reset_handler​(long config,
                                                           java.lang.Object after_handler)
      • realm_value_t_cleanup

        public static void realm_value_t_cleanup​(realm_value_t value)