Class EKAlarmType


  • public final class EKAlarmType
    extends java.lang.Object
    [@enum] EKAlarmType A value which specifies the action that occurs when the alarm is triggered. [@constant] EKAlarmTypeDisplay The alarm displays a message. [@constant] EKAlarmTypeAudio The alarm plays a sound. [@constant] EKAlarmTypeProcedure The alarm opens a URL. [@constant] EKAlarmTypeEmail The alarm sends an email.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Audio  
      static long Display  
      static long Email  
      static long Procedure  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait