InboxClient class
Constructors
- InboxClient(CourierClientOptions _options)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
archive(
{required String messageId}) → Future -
click(
{required String messageId, required String trackingId}) → Future -
getArchivedMessages(
{int? paginationLimit, String? startCursor}) → Future< CourierGetInboxMessagesResponse> -
getMessageById(
{required String messageId}) → Future< CourierGetInboxMessageResponse> -
getMessages(
{int? paginationLimit, String? startCursor}) → Future< CourierGetInboxMessagesResponse> -
getUnreadMessageCount(
) → Future< int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
{required String messageId}) → Future -
read(
{required String messageId}) → Future -
readAll(
) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
unread(
{required String messageId}) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited