BMXVoiceAttachment Class Reference
Inherits from BMXFileAttachment :
BMXMessageAttachment :
BMXBaseObject :
NSObject
Declared in floo_proxy.h
Overview
@interface Voice message attachment
Class Methods
dynamicCastWithAttachment:
Type casting
+ (BMXVoiceAttachment *)dynamicCastWithAttachment:(BMXMessageAttachment *)*attachment*
Parameters
attachment
The attachment
Return Value
BMXVoiceAttachment
Declared In
floo_proxy.h
Instance Methods
clone
- (BMXMessageAttachment *)clone
Return Value
Declared In
floo_proxy.h
dealloc
- (void)dealloc
duration
Duration of the voice
- (int)duration
Return Value
int
Declared In
floo_proxy.h
initWithPath:duration:
- (id)initWithPath:(NSString *)*path* duration:(int)*duration*
initWithPath:duration:displayName:
Constructor
- (id)initWithPath:(NSString *)*path* duration:(int)*duration* displayName:(NSString *)*displayName*
Parameters
path
Local file path
duration
Duration of the voice file
displayName
Attachment name displayed in UI pages
Declared In
floo_proxy.h
initWithRatelUrl:duration:displayName:fileLength:
Constructor
- (id)initWithRatelUrl:(NSString *)*ratelUrl* duration:(int)*duration* displayName:(NSString *)*displayName* fileLength:(long long)*fileLength*
Parameters
ratelUrl
The file URL on REST server
duration
Duration of the voice file
displayName
Attachment name displayed in UI pages
fileLength
File length
Declared In
floo_proxy.h
type
Attachment type
- (BMXMessageAttachment_Type)type
Return Value
Declared In
floo_proxy.h
Example: