A  C  D  E  F  G  I  J  M  N  O  P  S  T  U  V  W 

U

uploadAttachment(String,String,String,String,Function1) - function in ai.origon.sdk.OrigonClient
Upload a file from the local filesystem to the named session and return the server-issued Attachment.
uploadAttachment(String,Context,Uri,String,String,Function1) - function in ai.origon.sdk.OrigonClient
Convenience overload that copies a content:// (or file:// / android.resource://) uri into context.cacheDir before uploading, then deletes the cache file once the upload settles.
uploadAttachment(String,Context,ByteArray,String,String,Function1) - function in ai.origon.sdk.OrigonClient
Convenience overload for in-memory bytes: writes them to context.cacheDir first, then delegates to the path-based overload.
UploadProgress - class in ai.origon.sdk
Progress update emitted while OrigonClient.uploadAttachment is in flight.
UploadProgressCallback - class in ai.origon.sdk
Native-bridge progress sink for SessionBridge.uploadAttachment.
USER - enum entry in ai.origon.sdk.SessionControl
 
USER - enum entry in ai.origon.sdk.MessageRole
 
A  C  D  E  F  G  I  J  M  N  O  P  S  T  U  V  W