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.
Quick Jump
- Constructors
-
- Methods
-
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
Inherited Methods
From Class |
Methods |
java.lang.Object
|
getClass,
hashCode,
equals,
clone,
toString,
notify,
notifyAll,
wait,
wait,
wait,
finalize
|
View on GitHub.com