GuidanceViewImageProvider

class GuidanceViewImageProvider

The class serves as a medium to emit bitmaps for the respective guidance view URL embedded in BannerInstructions

Constructors

GuidanceViewImageProvider
Link copied to clipboard
fun GuidanceViewImageProvider()

Types

OnGuidanceImageDownload
Link copied to clipboard
interface OnGuidanceImageDownload
Callback that is triggered based on appropriate state of image downloading

Functions

cancelRender
Link copied to clipboard
fun cancelRender()
The API allows you to cancel the rendering of guidance view.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
renderGuidanceView
Link copied to clipboard
fun renderGuidanceView(bannerInstructions: BannerInstructions, callback: GuidanceViewImageProvider.OnGuidanceImageDownload)
The API reads the bannerInstruction and returns a guidance view bitmap if one is available
toString
Link copied to clipboard
open fun toString(): String