You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stream-chat-android-ui-common/api/stream-chat-android-ui-common.api
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -753,14 +753,6 @@ public final class io/getstream/chat/android/ui/common/feature/messages/composer
753
753
public fun handleUserLookup (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
754
754
}
755
755
756
-
public final class io/getstream/chat/android/ui/common/feature/messages/composer/mention/LocalUserLookupHandler : io/getstream/chat/android/ui/common/feature/messages/composer/mention/UserLookupHandler {
757
-
public static final field $stable I
758
-
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;)V
759
-
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Lio/getstream/chat/android/ui/common/feature/messages/composer/query/filter/QueryFilter;)V
760
-
public synthetic fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Lio/getstream/chat/android/ui/common/feature/messages/composer/query/filter/QueryFilter;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
761
-
public fun handleUserLookup (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
762
-
}
763
-
764
756
public abstract interface class io/getstream/chat/android/ui/common/feature/messages/composer/mention/Mention {
765
757
public abstract fun getDisplay ()Ljava/lang/String;
766
758
public abstract fun getType ()Lio/getstream/chat/android/ui/common/feature/messages/composer/mention/MentionType;
Copy file name to clipboardExpand all lines: stream-chat-android-ui-common/src/main/kotlin/io/getstream/chat/android/ui/common/feature/messages/composer/mention/LocalUserLookupHandler.kt
0 commit comments