diff --git a/datalayer/phone-ui/api/current.api b/datalayer/phone-ui/api/current.api index 23a20adb6d..69b31b1803 100644 --- a/datalayer/phone-ui/api/current.api +++ b/datalayer/phone-ui/api/current.api @@ -31,6 +31,7 @@ package com.google.android.horologist.datalayer.phone.ui.prompt.reengage { @com.google.android.horologist.annotations.ExperimentalHorologistApi public final class ReEngagePrompt { ctor public ReEngagePrompt(kotlinx.coroutines.CoroutineScope coroutineScope, com.google.android.horologist.datalayer.phone.PhoneDataLayerAppHelper phoneDataLayerAppHelper); method public android.content.Intent getIntent(android.content.Context context, String nodeId, @DrawableRes int image, String topMessage, String bottomMessage, optional String? positiveButtonLabel, optional String? negativeButtonLabel); + method public suspend Object? performAction(String nodeId, kotlin.coroutines.Continuation); method public suspend Object? shouldDisplayPrompt(kotlin.coroutines.Continuation); } @@ -45,6 +46,7 @@ package com.google.android.horologist.datalayer.phone.ui.prompt.signin { @com.google.android.horologist.annotations.ExperimentalHorologistApi public final class SignInPrompt { ctor public SignInPrompt(kotlinx.coroutines.CoroutineScope coroutineScope, com.google.android.horologist.datalayer.phone.PhoneDataLayerAppHelper phoneDataLayerAppHelper); method public android.content.Intent getIntent(android.content.Context context, String nodeId, @DrawableRes int image, String topMessage, String bottomMessage, optional String? positiveButtonLabel, optional String? negativeButtonLabel); + method public suspend Object? performAction(String nodeId, kotlin.coroutines.Continuation); method public suspend Object? shouldDisplayPrompt(kotlin.coroutines.Continuation); }