Created
July 2, 2020 14:58
-
-
Save gnysek/3b6e1ab3613482ee7ae2d8f929c30f00 to your computer and use it in GitHub Desktop.
Async constants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#macro async_audio_playback_queue_id "queue_id" | |
#macro async_audio_playback_buffer_id "buffer_id" | |
#macro async_audio_playback_queque "queue_shutdown" | |
#macro async_audio_recording_buffer_id "buffer_id" | |
#macro async_audio_recording_channel_index "channel_index" | |
#macro async_audio_recording_data_len "data_len" | |
#macro async_cloud_status "status" | |
#macro async_cloud_id "id" | |
#macro async_cloud_description "description" | |
#macro async_cloud_result "resultString" | |
#macro async_cloud_error "errorString" | |
// dialogues | |
#macro async_http_id "id" | |
#macro async_http_status "status" | |
#macro async_http_result "result" | |
#macro async_http_url "url" | |
#macro async_http_http_status = "http_status" | |
#macro async_http_content_length "contentLength" | |
#macro async_ | |
#macro async_ | |
#macro async_ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment