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: messaginginapp/api/messaginginapp.api
+3-29Lines changed: 3 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public final class io/customer/messaginginapp/ModuleMessagingInApp$Companion {
35
35
}
36
36
37
37
public final class io/customer/messaginginapp/databinding/ActivityGistBinding : androidx/viewbinding/ViewBinding {
38
-
public final field gistView Lio/customer/messaginginapp/gist/presentation/GistView;
38
+
public final field gistView Lio/customer/messaginginapp/ui/ModalInAppMessageView;
39
39
public final field modalGistViewLayout Landroid/widget/RelativeLayout;
40
40
public static fun bind (Landroid/view/View;)Lio/customer/messaginginapp/databinding/ActivityGistBinding;
41
41
public synthetic fun getRoot ()Landroid/view/View;
@@ -154,12 +154,12 @@ public abstract interface class io/customer/messaginginapp/gist/presentation/Gis
154
154
public abstract fun onMessageShown (Lio/customer/messaginginapp/gist/data/model/Message;)V
155
155
}
156
156
157
-
public final class io/customer/messaginginapp/gist/presentation/GistModalActivity : androidx/appcompat/app/AppCompatActivity, io/customer/messaginginapp/gist/presentation/GistViewListener, io/customer/sdk/tracking/TrackableScreen {
157
+
public final class io/customer/messaginginapp/gist/presentation/GistModalActivity : androidx/appcompat/app/AppCompatActivity, io/customer/messaginginapp/ui/InAppMessageHostViewListener, io/customer/sdk/tracking/TrackableScreen {
158
158
public static final field Companion Lio/customer/messaginginapp/gist/presentation/GistModalActivity$Companion;
159
159
public fun <init> ()V
160
160
public fun finish ()V
161
161
public fun getScreenName ()Ljava/lang/String;
162
-
public fun onGistViewSizeChanged (II)V
162
+
public fun onViewSizeChanged (II)V
163
163
}
164
164
165
165
public final class io/customer/messaginginapp/gist/presentation/GistModalActivity$Companion {
@@ -187,32 +187,6 @@ public final class io/customer/messaginginapp/gist/presentation/GistSdk : io/cus
187
187
public fun setUserId (Ljava/lang/String;)V
188
188
}
189
189
190
-
public final class io/customer/messaginginapp/gist/presentation/GistView : android/widget/FrameLayout, io/customer/messaginginapp/gist/presentation/engine/EngineWebViewListener {
191
-
public fun <init> (Landroid/content/Context;)V
192
-
public fun <init> (Landroid/content/Context;Landroid/util/AttributeSet;)V
193
-
public synthetic fun <init> (Landroid/content/Context;Landroid/util/AttributeSet;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
194
-
public fun bootstrapped ()V
195
-
public fun error ()V
196
-
public final fun getListener ()Lio/customer/messaginginapp/gist/presentation/GistViewListener;
197
-
public final fun getLogger ()Lio/customer/sdk/core/util/Logger;
198
-
public fun routeChanged (Ljava/lang/String;)V
199
-
public fun routeError (Ljava/lang/String;)V
200
-
public fun routeLoaded (Ljava/lang/String;)V
201
-
public final fun setListener (Lio/customer/messaginginapp/gist/presentation/GistViewListener;)V
202
-
public final fun setup (Lio/customer/messaginginapp/gist/data/model/Message;)V
203
-
public fun sizeChanged (DD)V
204
-
public final fun stopLoading ()V
205
-
public fun tap (Ljava/lang/String;Ljava/lang/String;Z)V
206
-
}
207
-
208
-
public abstract interface class io/customer/messaginginapp/gist/presentation/GistViewListener {
209
-
public abstract fun onGistViewSizeChanged (II)V
210
-
}
211
-
212
-
public final class io/customer/messaginginapp/gist/presentation/GistViewListener$DefaultImpls {
213
-
public static fun onGistViewSizeChanged (Lio/customer/messaginginapp/gist/presentation/GistViewListener;II)V
214
-
}
215
-
216
190
public final class io/customer/messaginginapp/gist/presentation/engine/EngineWebViewInterface {
217
191
public fun <init> (Lio/customer/messaginginapp/gist/presentation/engine/EngineWebViewListener;)V
218
192
public final fun postMessage (Ljava/lang/String;)V
0 commit comments