Skip to content

Commit

Permalink
Merge pull request #119 from dmathewwws/dmathewwws-patch-1
Browse files Browse the repository at this point in the history
Add nullable for getImageUrl()
  • Loading branch information
bevzaanton committed Jul 10, 2018
2 parents fab9a70 + ca015bb commit 1414342
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package com.stfalcon.chatkit.commons.models;

import android.support.annotation.Nullable;
import com.stfalcon.chatkit.messages.MessageHolders;

/*
Expand All @@ -32,6 +33,7 @@ public interface MessageContentType extends IMessage {
* Default media type for image message.
*/
interface Image extends IMessage {
@Nullable
String getImageUrl();
}

Expand Down

0 comments on commit 1414342

Please sign in to comment.