Package io.realm.internal.interop
Class realmc
- java.lang.Object
-
- io.realm.internal.interop.realmc
-
public class realmc extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description realmc()
-
Method Summary
-
-
-
Method Detail
-
realm_object_is_valid
public static boolean realm_object_is_valid(long arg0)
-
new_classArray
public static realm_class_info_t new_classArray(int nelements)
-
delete_classArray
public static void delete_classArray(realm_class_info_t ary)
-
classArray_getitem
public static realm_class_info_t classArray_getitem(realm_class_info_t ary, int index)
-
classArray_setitem
public static void classArray_setitem(realm_class_info_t ary, int index, realm_class_info_t value)
-
new_propertyArray
public static realm_property_info_t new_propertyArray(int nelements)
-
delete_propertyArray
public static void delete_propertyArray(realm_property_info_t ary)
-
propertyArray_getitem
public static realm_property_info_t propertyArray_getitem(realm_property_info_t ary, int index)
-
propertyArray_setitem
public static void propertyArray_setitem(realm_property_info_t ary, int index, realm_property_info_t value)
-
new_propertyArrayArray
public static SWIGTYPE_p_p_realm_property_info new_propertyArrayArray(int nelements)
-
delete_propertyArrayArray
public static void delete_propertyArrayArray(SWIGTYPE_p_p_realm_property_info ary)
-
propertyArrayArray_getitem
public static realm_property_info_t propertyArrayArray_getitem(SWIGTYPE_p_p_realm_property_info ary, int index)
-
propertyArrayArray_setitem
public static void propertyArrayArray_setitem(SWIGTYPE_p_p_realm_property_info ary, int index, realm_property_info_t value)
-
new_valueArray
public static realm_value_t new_valueArray(int nelements)
-
delete_valueArray
public static void delete_valueArray(realm_value_t ary)
-
valueArray_getitem
public static realm_value_t valueArray_getitem(realm_value_t ary, int index)
-
valueArray_setitem
public static void valueArray_setitem(realm_value_t ary, int index, realm_value_t value)
-
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_library_version_numbers
public static void realm_get_library_version_numbers(SWIGTYPE_p_int out_major, SWIGTYPE_p_int out_minor, SWIGTYPE_p_int out_patch, SWIGTYPE_p_p_char out_extra)
-
realm_get_last_error
public static boolean realm_get_last_error(realm_error_t err)
-
realm_get_async_error
public static void realm_get_async_error(SWIGTYPE_p_realm_async_error err, realm_error_t out_err)
-
realm_get_last_error_as_async_error
public static SWIGTYPE_p_realm_async_error realm_get_last_error_as_async_error()
-
realm_rethrow_last_error
public static void realm_rethrow_last_error()
-
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_create_thread_safe_reference
public static SWIGTYPE_p_realm_thread_safe_reference realm_create_thread_safe_reference(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, SWIGTYPE_p_f_p_void_p_shared_realm_p_shared_realm_p_q_const__realm_schema__bool arg1, long userdata)
-
realm_config_set_data_initialization_function
public static void realm_config_set_data_initialization_function(long arg0, SWIGTYPE_p_f_p_void_p_shared_realm__bool arg1, long userdata)
-
realm_config_set_should_compact_on_launch_function
public static void realm_config_set_should_compact_on_launch_function(long arg0, SWIGTYPE_p_f_p_void_unsigned_long_long_unsigned_long_long__bool arg1, long userdata)
-
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_scheduler
public static void realm_config_set_scheduler(long arg0, SWIGTYPE_p_realm_scheduler 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_scheduler_new
public static SWIGTYPE_p_realm_scheduler realm_scheduler_new(long userdata, SWIGTYPE_p_f_p_void__void arg1, SWIGTYPE_p_f_p_void__void notify, SWIGTYPE_p_f_p_void__bool is_on_thread, SWIGTYPE_p_f_p_q_const__void_p_q_const__void__bool is_same_as, SWIGTYPE_p_f_p_void__bool can_deliver_notifications, SWIGTYPE_p_f_p_void_p_void_p_f_p_void__void_p_f_p_void__void__void set_notify_callback)
-
realm_scheduler_make_default
public static SWIGTYPE_p_realm_scheduler realm_scheduler_make_default()
-
realm_scheduler_get_frozen
public static SWIGTYPE_p_realm_scheduler realm_scheduler_get_frozen()
-
realm_scheduler_has_default_factory
public static boolean realm_scheduler_has_default_factory()
-
realm_scheduler_set_default_factory
public static boolean realm_scheduler_set_default_factory(long userdata, SWIGTYPE_p_f_p_void__void arg1, SWIGTYPE_p_f_p_void__p_realm_scheduler arg2)
-
realm_scheduler_notify
public static void realm_scheduler_notify(SWIGTYPE_p_realm_scheduler arg0)
-
realm_scheduler_is_on_thread
public static boolean realm_scheduler_is_on_thread(SWIGTYPE_p_realm_scheduler arg0)
-
realm_scheduler_can_deliver_notifications
public static boolean realm_scheduler_can_deliver_notifications(SWIGTYPE_p_realm_scheduler arg0)
-
realm_scheduler_set_notify_callback
public static boolean realm_scheduler_set_notify_callback(SWIGTYPE_p_realm_scheduler arg0, long userdata, SWIGTYPE_p_f_p_void__void arg2, SWIGTYPE_p_f_p_void__void arg3)
-
realm_open
public static long realm_open(long config)
-
realm_from_thread_safe_reference
public static long realm_from_thread_safe_reference(SWIGTYPE_p_realm_thread_safe_reference tsr, SWIGTYPE_p_realm_scheduler scheduler)
-
_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, SWIGTYPE_p_f_p_void__void arg1, long userdata, SWIGTYPE_p_f_p_void__void arg3)
-
realm_remove_realm_changed_callback
public static void realm_remove_realm_changed_callback(long arg0, long token)
-
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_schema_new
public static long realm_schema_new(realm_class_info_t classes, long num_classes, SWIGTYPE_p_p_realm_property_info class_properties)
-
realm_get_schema
public static long realm_get_schema(long arg0)
-
realm_update_schema
public static boolean realm_update_schema(long realm, long schema)
-
realm_add_schema_changed_callback
public static long realm_add_schema_changed_callback(long arg0, SWIGTYPE_p_f_p_void_p_q_const__realm_schema__void arg1, long userdata, SWIGTYPE_p_f_p_void__void arg3)
-
realm_remove_schema_changed_callback
public static void realm_remove_schema_changed_callback(long arg0, long token)
-
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, SWIGTYPE_p_long_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, SWIGTYPE_p_bool 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_object_add_notification_callback
public static long realm_object_add_notification_callback(long arg0, long userdata, SWIGTYPE_p_f_p_void__void free, SWIGTYPE_p_f_p_void_p_q_const__realm_object_changes__void on_change, SWIGTYPE_p_f_p_void_p_q_const__realm_async_error__void on_error, SWIGTYPE_p_realm_scheduler arg5)
-
realm_object_from_thread_safe_reference
public static long realm_object_from_thread_safe_reference(long arg0, SWIGTYPE_p_realm_thread_safe_reference arg1)
-
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_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_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_list_add_notification_callback
public static long realm_list_add_notification_callback(long arg0, long userdata, SWIGTYPE_p_f_p_void__void free, SWIGTYPE_p_f_p_void_p_q_const__realm_collection_changes__void on_change, SWIGTYPE_p_f_p_void_p_q_const__realm_async_error__void on_error, SWIGTYPE_p_realm_scheduler arg5)
-
realm_list_from_thread_safe_reference
public static long realm_list_from_thread_safe_reference(long arg0, SWIGTYPE_p_realm_thread_safe_reference arg1)
-
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, SWIGTYPE_p_long_long out_modified, long max)
-
realm_collection_changes_get_num_changes
public static void realm_collection_changes_get_num_changes(SWIGTYPE_p_realm_collection_changes 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(SWIGTYPE_p_realm_collection_changes 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(SWIGTYPE_p_realm_collection_changes 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_collection_changes_get_ranges
public static void realm_collection_changes_get_ranges(SWIGTYPE_p_realm_collection_changes arg0, realm_index_range_t out_deletion_ranges, long max_deletion_ranges, realm_index_range_t out_insertion_ranges, long max_insertion_ranges, realm_index_range_t out_modification_ranges, long max_modification_ranges, realm_index_range_t out_modification_ranges_after, long max_modification_ranges_after, realm_collection_move_t out_moves, long max_moves)
-
realm_query_parse
public static long realm_query_parse(long arg0, long target_table, java.lang.String query_string, long num_args, realm_value_t args)
-
realm_query_append_query
public static long realm_query_append_query(long arg0, java.lang.String query_string, long num_args, realm_value_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_value_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_value_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_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_results_add_notification_callback
public static long realm_results_add_notification_callback(long arg0, long userdata, SWIGTYPE_p_f_p_void__void arg2, SWIGTYPE_p_f_p_void_p_q_const__realm_collection_changes__void arg3, SWIGTYPE_p_f_p_void_p_q_const__realm_async_error__void arg4, SWIGTYPE_p_realm_scheduler arg5)
-
realm_results_from_thread_safe_reference
public static long realm_results_from_thread_safe_reference(long arg0, SWIGTYPE_p_realm_thread_safe_reference arg1)
-
realm_http_transport_new
public static long realm_http_transport_new(SWIGTYPE_p_f_p_void_q_const__realm_http_request_p_void__void arg0, long userdata, SWIGTYPE_p_f_p_void__void arg2)
-
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()
-
realm_app_credentials_new_facebook
public static long realm_app_credentials_new_facebook(java.lang.String access_token)
-
realm_app_credentials_new_google
public static long realm_app_credentials_new_google(java.lang.String id_token)
-
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_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, SWIGTYPE_p_p_realm_user out_users, long capacity, long[] out_n)
-
realm_app_log_in_with_credentials
public static boolean realm_app_log_in_with_credentials(long arg0, long arg1, java.lang.Object arg2)
-
realm_app_log_out_current_user
public static boolean realm_app_log_out_current_user(long arg0, java.lang.Object arg1)
-
realm_app_refresh_custom_data
public static boolean realm_app_refresh_custom_data(long arg0, long arg1, java.lang.Object arg2)
-
realm_app_log_out
public static boolean realm_app_log_out(long arg0, long arg1, java.lang.Object arg2)
-
realm_app_link_user
public static boolean realm_app_link_user(long arg0, long arg1, long arg2, java.lang.Object arg3)
-
realm_app_switch_user
public static boolean realm_app_switch_user(long arg0, long arg1, SWIGTYPE_p_p_realm_user new_user)
-
realm_app_remove_user
public static boolean realm_app_remove_user(long arg0, long arg1, java.lang.Object arg2)
-
realm_app_email_password_provider_client_register_email
public static boolean realm_app_email_password_provider_client_register_email(long arg0, java.lang.String email, java.lang.String password, java.lang.Object arg3)
-
realm_app_email_password_provider_client_confirm_user
public static boolean realm_app_email_password_provider_client_confirm_user(long arg0, java.lang.String token, java.lang.String token_id, java.lang.Object arg3)
-
realm_app_email_password_provider_client_resend_confirmation_email
public static boolean realm_app_email_password_provider_client_resend_confirmation_email(long arg0, java.lang.String email, java.lang.Object arg2)
-
realm_app_email_password_provider_client_send_reset_password_email
public static boolean realm_app_email_password_provider_client_send_reset_password_email(long arg0, java.lang.String email, java.lang.Object arg2)
-
realm_app_email_password_provider_client_retry_custom_confirmation
public static boolean realm_app_email_password_provider_client_retry_custom_confirmation(long arg0, java.lang.String email, java.lang.Object arg2)
-
realm_app_email_password_provider_client_reset_password
public static boolean realm_app_email_password_provider_client_reset_password(long arg0, java.lang.String password, java.lang.String token, java.lang.String token_id, java.lang.Object arg4)
-
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, java.lang.Object arg4)
-
realm_app_user_apikey_provider_client_create_apikey
public static boolean realm_app_user_apikey_provider_client_create_apikey(long arg0, long arg1, java.lang.String name, SWIGTYPE_p_f_p_void_p_realm_app_user_apikey_p_q_const__realm_app_error__void arg3, long userdata, SWIGTYPE_p_f_p_void__void arg5)
-
realm_app_user_apikey_provider_client_fetch_apikey
public static boolean realm_app_user_apikey_provider_client_fetch_apikey(long arg0, long arg1, realm_object_id_t id, SWIGTYPE_p_f_p_void_p_realm_app_user_apikey_p_q_const__realm_app_error__void arg3, long userdata, SWIGTYPE_p_f_p_void__void arg5)
-
realm_app_user_apikey_provider_client_fetch_apikeys
public static boolean realm_app_user_apikey_provider_client_fetch_apikeys(long arg0, long arg1, SWIGTYPE_p_f_p_void_a___realm_app_user_apikey_size_t_p_realm_app_error__void arg2, long userdata, SWIGTYPE_p_f_p_void__void arg4)
-
realm_app_user_apikey_provider_client_delete_apikey
public static boolean realm_app_user_apikey_provider_client_delete_apikey(long arg0, long arg1, realm_object_id_t id, java.lang.Object arg3)
-
realm_app_user_apikey_provider_client_enable_apikey
public static boolean realm_app_user_apikey_provider_client_enable_apikey(long arg0, long arg1, realm_object_id_t id, java.lang.Object arg3)
-
realm_app_user_apikey_provider_client_disable_apikey
public static boolean realm_app_user_apikey_provider_client_disable_apikey(long arg0, long arg1, realm_object_id_t id, java.lang.Object arg3)
-
realm_app_push_notification_client_register_device
public static boolean realm_app_push_notification_client_register_device(long arg0, long arg1, java.lang.String service_name, java.lang.String registration_token, java.lang.Object arg4)
-
realm_app_push_notification_client_deregister_device
public static boolean realm_app_push_notification_client_deregister_device(long arg0, long arg1, java.lang.String service_name, java.lang.Object arg3)
-
realm_app_call_function
public static boolean realm_app_call_function(long arg0, long arg1, java.lang.String function_name, java.lang.String serialized_ejson_args, SWIGTYPE_p_f_p_void_p_q_const__char_p_q_const__realm_app_error__void arg4, long userdata, SWIGTYPE_p_f_p_void__void arg6)
-
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, long arg1, java.lang.String custom_filename)
-
realm_user_get_identity
public static java.lang.String realm_user_get_identity(long arg0)
-
realm_user_get_state
public static int realm_user_get_state(long arg0)
-
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_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_reset_metadata_on_error
public static void realm_sync_client_config_set_reset_metadata_on_error(long arg0, boolean arg1)
-
realm_sync_client_config_set_log_callback
public static void realm_sync_client_config_set_log_callback(long arg0, SWIGTYPE_p_f_p_void_enum_realm_log_level_p_q_const__char__void arg1, long userdata, SWIGTYPE_p_f_p_void__void arg3)
-
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_sync_config_set_session_stop_policy
public static void realm_sync_config_set_session_stop_policy(long arg0, int arg1)
-
realm_sync_config_set_error_handler
public static void realm_sync_config_set_error_handler(long arg0, SWIGTYPE_p_f_p_void_p_realm_sync_session_q_const__realm_sync_error__void arg1, long userdata, SWIGTYPE_p_f_p_void__void arg3)
-
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_ssl_verify_callback
public static void realm_sync_config_set_ssl_verify_callback(long arg0, SWIGTYPE_p_f_p_void_p_q_const__char_short_p_q_const__char_size_t_int_int__bool arg1, long userdata, SWIGTYPE_p_f_p_void__void arg3)
-
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_open_synchronized
public static SWIGTYPE_p_realm_async_open_task realm_open_synchronized(long arg0)
-
realm_async_open_task_start
public static void realm_async_open_task_start(SWIGTYPE_p_realm_async_open_task arg0, SWIGTYPE_p_f_p_void_p_realm_thread_safe_reference_p_q_const__realm_async_error__void arg1, long userdata, SWIGTYPE_p_f_p_void__void arg3)
-
realm_async_open_task_cancel
public static void realm_async_open_task_cancel(SWIGTYPE_p_realm_async_open_task arg0)
-
realm_async_open_task_register_download_progress_notifier
public static long realm_async_open_task_register_download_progress_notifier(SWIGTYPE_p_realm_async_open_task arg0, SWIGTYPE_p_f_p_void_unsigned_long_long_unsigned_long_long__void arg1, long userdata, SWIGTYPE_p_f_p_void__void arg3)
-
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 SWIGTYPE_p_realm_sync_session realm_sync_session_get(long arg0)
-
realm_sync_session_get_state
public static int realm_sync_session_get_state(SWIGTYPE_p_realm_sync_session arg0)
-
realm_sync_session_get_connection_state
public static int realm_sync_session_get_connection_state(SWIGTYPE_p_realm_sync_session arg0)
-
realm_sync_session_get_user
public static long realm_sync_session_get_user(SWIGTYPE_p_realm_sync_session arg0)
-
realm_sync_session_get_partition_value
public static java.lang.String realm_sync_session_get_partition_value(SWIGTYPE_p_realm_sync_session arg0)
-
realm_sync_session_get_file_path
public static java.lang.String realm_sync_session_get_file_path(SWIGTYPE_p_realm_sync_session arg0)
-
realm_sync_session_pause
public static void realm_sync_session_pause(SWIGTYPE_p_realm_sync_session arg0)
-
realm_sync_session_resume
public static void realm_sync_session_resume(SWIGTYPE_p_realm_sync_session arg0)
-
realm_sync_session_register_connection_state_change_callback
public static long realm_sync_session_register_connection_state_change_callback(SWIGTYPE_p_realm_sync_session arg0, SWIGTYPE_p_f_p_void_enum_realm_sync_connection_state_enum_realm_sync_connection_state__void arg1, long userdata, SWIGTYPE_p_f_p_void__void userdata_free)
-
realm_sync_session_unregister_connection_state_change_callback
public static void realm_sync_session_unregister_connection_state_change_callback(SWIGTYPE_p_realm_sync_session arg0, long token)
-
realm_sync_session_register_progress_notifier
public static long realm_sync_session_register_progress_notifier(SWIGTYPE_p_realm_sync_session arg0, SWIGTYPE_p_f_p_void_unsigned_long_long_unsigned_long_long__void arg1, int arg2, boolean is_streaming, long userdata, SWIGTYPE_p_f_p_void__void userdata_free)
-
realm_sync_session_unregister_progress_notifier
public static void realm_sync_session_unregister_progress_notifier(SWIGTYPE_p_realm_sync_session arg0, long token)
-
realm_sync_session_wait_for_download_completion
public static void realm_sync_session_wait_for_download_completion(SWIGTYPE_p_realm_sync_session arg0, SWIGTYPE_p_f_p_void_p_realm_sync_error_code__void arg1, long userdata, SWIGTYPE_p_f_p_void__void userdata_free)
-
realm_sync_session_wait_for_upload_completion
public static void realm_sync_session_wait_for_upload_completion(SWIGTYPE_p_realm_sync_session arg0, SWIGTYPE_p_f_p_void_p_realm_sync_error_code__void arg1, long userdata, SWIGTYPE_p_f_p_void__void userdata_free)
-
register_results_notification_cb
public static long register_results_notification_cb(long results, java.lang.Object callback)
-
register_list_notification_cb
public static long register_list_notification_cb(long list, java.lang.Object callback)
-
register_object_notification_cb
public static long register_object_notification_cb(long object, 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)
-
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)
-
-