Finished

class Finished(val result: String) : DropInResult

Drop-in has completed. This occurs after returning DropInServiceResult.Finished in your implementation of DropInService.

Parameters

result

The result of Drop-in, mirrors the value of DropInServiceResult.Finished.result.

Constructors

Link copied to clipboard
constructor(result: String)

Properties

Link copied to clipboard