Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaEE Documentation
PresentAlertOperation

Class PresentAlertOperation

Hierarchy

java.lang.Object
     Task

Package
com.smartdevicelink.managers.screen

Overview

Operation that handles uploading images and audio data needed by the alert and, once the data uploads are complete, sending the alert. Created by Julian Kast on 12/10/20.

Constructors

PresentAlertOperation( ISdl internalInterface, AlertView alertView, WindowCapability currentCapabilities, java.util.List<com.smartdevicelink.proxy.rpc.enums.SpeechCapabilities> speechCapabilities, FileManager fileManager, Integer cancelId, AlertCompletionListener listener, BaseAlertManager.AlertSoftButtonClearListener alertSoftButtonClearListener )

public PresentAlertOperation(ISdl internalInterface,AlertView alertView,WindowCapability currentCapabilities,java.util.List<com.smartdevicelink.proxy.rpc.enums.SpeechCapabilities> speechCapabilities,FileManager fileManager,Integer cancelId,AlertCompletionListener listener,BaseAlertManager.AlertSoftButtonClearListener alertSoftButtonClearListener)

Constructor Parameters

internalInterface
alertView
currentCapabilities
speechCapabilities
fileManager
cancelId
listener
alertSoftButtonClearListener

Methods

onExecute()

public void onExecute()

Inherited Methods

From Class Methods
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section