Show / Hide Table of Contents

    Class CalendarReminder

    Definition

    Namespace:
    Tizen.Pims.Calendar
    Assembly:
    Tizen.Pims.Calendar.dll
    API Level:
    4

    A class for the reminder for an event.

    public class CalendarReminder : IDisposable
    Inheritance
    Object
    CalendarReminder
    Implements
    IDisposable
    Remarks

    The client who wants to be alerted at a specific time should register MIME ("application/x-tizen.calendar.reminder") type in manifest.xml file.

    Methods

    View Source

    Dispose()

    Releases all the resources used by the CalendarReminder. It should be called after it has finished using the object.

    Declaration
    public void Dispose()
    API Level: 4
    View Source

    Dispose(Boolean)

    Disposes of the resources (other than memory) used by the CalendarReminder.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing

    true to release both managed and unmanaged resources, false to release only unmanaged resources.

    API Level: 4

    Events

    View Source

    ReminderAlerted

    The Reminder event is triggered when the alarm is alerted.

    Declaration
    public static event EventHandler<ReminderAlertedEventArgs> ReminderAlerted
    Event Type
    Type Description
    EventHandler<ReminderAlertedEventArgs>
    API Level: 4

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX