public class

DeliveredReceipt

extends ReceiptRecord
java.lang.Object
   ↳ com.nexmo.sdk.conversation.client.ReceiptRecord
     ↳ com.nexmo.sdk.conversation.client.DeliveredReceipt

Class Overview

A delivery receipt confirms delivery of your message, but not that the members involved in the conversation have seen it or read it.

Marking an event/message as Delivered is done implicitly.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<DeliveredReceipt> CREATOR
[Expand]
Inherited Fields
From class com.nexmo.sdk.conversation.client.ReceiptRecord
Protected Constructors
DeliveredReceipt(Event event, Member member, Date timestamp)
DeliveredReceipt(Parcel in)
Public Methods
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class com.nexmo.sdk.conversation.client.ReceiptRecord
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<DeliveredReceipt> CREATOR

Protected Constructors

protected DeliveredReceipt (Event event, Member member, Date timestamp)

protected DeliveredReceipt (Parcel in)

Public Methods

public void writeToParcel (Parcel dest, int flags)