A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
message — Property, class com.distriqt.extension.message.objects.SMS
The contents of the message
Message — class, package com.distriqt.extension.message
This class represents the message extension.
Message() — Constructor, class com.distriqt.extension.message.Message
Constructor You should not call this directly, but instead use the singleton access
message:mail:attachment:error — Event, class com.distriqt.extension.message.Message
message:mail:compose — Event, class com.distriqt.extension.message.Message
MessageAttachment — class, package com.distriqt.extension.message
MessageAttachment(nativePath:String, mimeType:String, filename:String, location:String) — Constructor, class com.distriqt.extension.message.MessageAttachment
Constructor
MessageEvent — class, package com.distriqt.extension.message.events
MessageEvent(type:String, details:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.message.events.MessageEvent
Constructor
MESSAGE_MAIL_ATTACHMENT_ERROR — Constant Static Property, class com.distriqt.extension.message.events.MessageEvent
Error event when the attachment specified could not be found or is not accessible by the application The detail of this event contains the name of the file that caused the error.
MESSAGE_MAIL_COMPOSE — Constant Static Property, class com.distriqt.extension.message.events.MessageEvent
Returns information about the send email dialog created on iOS, or just information about the dialog returning. This is not possible on Android as the email is handled by many possible external applications which all return different result/error codes (or none) and depend on user choices.
MESSAGE_MAIL_COMPOSE_CANCELLED — Constant Static Property, class com.distriqt.extension.message.events.MessageEvent
The user cancelled the email iOS only
MESSAGE_MAIL_COMPOSE_COMPLETE — Constant Static Property, class com.distriqt.extension.message.events.MessageEvent
The compose process was completed, this means that any of the possible actions were completed.
MESSAGE_MAIL_COMPOSE_FAILED — Constant Static Property, class com.distriqt.extension.message.events.MessageEvent
The email failed to send iOS only
MESSAGE_MAIL_COMPOSE_SAVED — Constant Static Property, class com.distriqt.extension.message.events.MessageEvent
The user saved the email as a draft iOS only
MESSAGE_MAIL_COMPOSE_SENT — Constant Static Property, class com.distriqt.extension.message.events.MessageEvent
The user sent the email.
MESSAGE_MAIL_COMPOSE_UNKNOWN — Constant Static Property, class com.distriqt.extension.message.events.MessageEvent
An unknown event occurred
MESSAGE_SMS_CANCELLED — Constant Static Property, class com.distriqt.extension.message.events.MessageSMSEvent
The user cancelled the SMS send operation
MESSAGE_SMS_DELIVERED — Constant Static Property, class com.distriqt.extension.message.events.MessageSMSEvent
Dispatched when the SMS delivery report was received successfully indicating the SMS was delivered.
MessageSMSEvent — class, package com.distriqt.extension.message.events
This event is used to communicate SMS based events from the extension and external sources.
MessageSMSEvent(type:String, details:String, sms:com.distriqt.extension.message.objects:SMS, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.message.events.MessageSMSEvent
Constructor
MESSAGE_SMS_NOT_DELIVERED — Constant Static Property, class com.distriqt.extension.message.events.MessageSMSEvent
Dispatched when the SMS delivery report was not received successfully indicating the SMS was not delivered or if delivery could not be determined.
MESSAGE_SMS_RECEIVED — Constant Static Property, class com.distriqt.extension.message.events.MessageSMSEvent
An SMS has been received
MESSAGE_SMS_SENT — Constant Static Property, class com.distriqt.extension.message.events.MessageSMSEvent
The SMS has been sent
MESSAGE_SMS_SENT_ERROR — Constant Static Property, class com.distriqt.extension.message.events.MessageSMSEvent
There was an error sending the SMS.
mimeType — Property, class com.distriqt.extension.message.MessageAttachment
A mimetype to use for the attachment.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z