You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.1 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Justice</name>
</assembly>
<members>
<member name="M:Justice.Helpers.GeolocationHelper.GetLocationAsync">
<summary>
Fetches the user's current latitude, longitude, and readable address.
</summary>
<returns>A tuple containing Latitude, Longitude, and Address.</returns>
</member>
6 months ago
<member name="M:Justice.Services.EmailService.GetRecipientEmail(System.String)">
<summary>
6 months ago
Gets the recipient email address based on the incident type.
</summary>
6 months ago
<param name="incidentType">The type of the incident.</param>
<returns>The email address of the recipient.</returns>
</member>
6 months ago
<member name="M:Justice.Services.EmailService.SendEmailWithAttachmentAsync(System.String,System.String,System.String,System.String)">
<summary>
6 months ago
Sends an email with an optional attachment.
</summary>
</member>
<member name="M:Justice.Services.SmsService.SendBulkSmsAsync(System.Collections.Generic.List{System.String},System.String)">
<summary>
Sends a bulk SMS message to a list of phone numbers.
</summary>
<param name="phoneNumbers">List of phone numbers to send the SMS to.</param>
<param name="message">The message to send.</param>
</member>
<member name="M:Justice.Views.MapTimer.FetchLocation">
<summary>
Fetches the user's current location and updates the source coordinates.
</summary>
</member>
<member name="M:Justice.Views.MapTimer.SendSmsNotification(System.String,System.String)">
<summary>
Sends an SMS notification.
</summary>
</member>
6 months ago
<member name="T:Justice.Resource">
<summary>
6 months ago
Android Resource Designer class.
Exposes the Android Resource designer assembly into the project Namespace.
</summary>
</member>
</members>
</doc>