sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.ui.presentations.cards.implementations.appInstall
/
AppInstallCardContract
/
Controller
Controller
interface
Controller
:
BaseCardViewController
Inheritors
AppInstallCardManager
Members
Functions
card
Was
Dismissed
Link copied to clipboard
abstract
fun
cardWasDismissed
(
fragment
:
Fragment
)
get
Initial
Install
Stage
Link copied to clipboard
abstract
fun
getInitialInstallStage
(
)
:
Int
installation
Did
Complete
Link copied to clipboard
abstract
fun
installationDidComplete
(
success
:
Boolean
,
device
:
DeviceInstance
)
installation
Did
Fail
With
Error
Link copied to clipboard
abstract
fun
installationDidFailWithError
(
error
:
String
)