SDLAlertManagerError Enumeration Reference

Section Contents

Overview

Errors associated with Alert Manager class

SDLAlertManagerPresentationError

There was an error presenting the alert

Objective-C

SDLAlertManagerPresentationError = -1

Swift

case presentationError = -1

SDLAlertManagerInvalidDataError

The alert data is invalid

Objective-C

SDLAlertManagerInvalidDataError = -2

Swift

case invalidDataError = -2