Object DeepLinkOpener.Companion
-
- All Implemented Interfaces:
public class DeepLinkOpener.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private Function2<String, Exception, Unit>catchDeepLinkOpenExceptionpublic final static DeepLinkOpener.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Function2<String, Exception, Unit>getCatchDeepLinkOpenException()final UnitsetCatchDeepLinkOpenException(@VisibleForTesting() Function2<String, Exception, Unit> catchDeepLinkOpenException)-
-
Method Detail
-
getCatchDeepLinkOpenException
final Function2<String, Exception, Unit> getCatchDeepLinkOpenException()
-
setCatchDeepLinkOpenException
final Unit setCatchDeepLinkOpenException(@VisibleForTesting() Function2<String, Exception, Unit> catchDeepLinkOpenException)
-
-
-
-