-
public class DeepLinkResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumDeepLinkResult.Statuspublic enumDeepLinkResult.Error
-
Field Summary
Fields Modifier and Type Field Description private final DeepLinkResult.Errorerrorprivate final DeepLinkdeepLinkprivate final DeepLinkResult.Statusstatus
-
Constructor Summary
Constructors Constructor Description DeepLinkResult(DeepLink deepLink, DeepLinkResult.Error error)
-
Method Summary
Modifier and Type Method Description DeepLinkResult.ErrorgetError()DeepLinkgetDeepLink()DeepLinkResult.StatusgetStatus()StringtoString()-
-
Constructor Detail
-
DeepLinkResult
DeepLinkResult(DeepLink deepLink, DeepLinkResult.Error error)
-
-
Method Detail
-
getError
DeepLinkResult.Error getError()
-
getDeepLink
DeepLink getDeepLink()
-
getStatus
@NonNull() DeepLinkResult.Status getStatus()
-
-
-
-