Namespace SA.Android.App
Classes
AN_Activity
An activity is a single, focused thing that the user can do. Almost all activities interact with the user, so the Activity class takes care of creating a window for you in which you can place your UI with setContentView(View). While activities are often presented to the user as full-screen windows, they can also be used in other ways: as floating windows (via a theme with R.attr.windowIsFloating set) or embedded inside of another activity (using ActivityGroup).
AN_ActivityResult
Object representing android activity onActivityResult callback https://developer.android.com/reference/android/app/Activity.html#onActivityResult(int,%20int,%20android.content.Intent)
AN_AlarmNotificationTrigger
Notification alarm trigger.
AN_AlertDialog
A subclass of Dialog that can display one, two or three buttons.
AN_AlertDialog.AN_AlertDialogCloseInfo
AN_AlertDialog.AN_ButtonInfo
AN_DatePickerDialog
A simple dialog containing an DatePicker.
AN_DatePickerResult
Object that contains a result of picking a date using the AN_DatePickerDialog
AN_DateTimePickerDialog
A simple dialog containing an Date and Time Picker.
AN_DateTimePickerResult
Object that contains a result of picking a date and time using the AN_DateTimePickerDialog
AN_Dialog
Base class for Dialogs.
AN_Locale
A Locale object represents a specific geographical, political, or cultural region. An operation that requires a Locale to perform its task is called locale-sensitive and uses the Locale to tailor information for the user.
AN_MainActivity
Unity Android application main activity.
AN_Notification
A class that represents how a persistent notification is to be presented to the user using the AN_NotificationManager
AN_NotificationChannel
A representation of settings that apply to a collection of similarly themed notifications.
AN_NotificationChannelsList
The channels list result
AN_NotificationCompat
Helper for accessing features in AN_Notification
AN_NotificationCompat.BigPictureStyle
Helper class for generating large-format notifications that include a large image attachment. If the platform does not provide large-format notifications, this method has no effect.The user will always see the normal notification view.
AN_NotificationCompat.BigTextStyle
Helper class for generating large-format notifications that include a lot of text. If the platform does not provide large-format notifications, this method has no effect.The user will always see the normal notification view.
AN_NotificationCompat.Builder
Builder class for AN_Notification objects. Allows easier control over all the flags, as well as help constructing the typical notification layouts. On platform versions that don't offer expanded notifications, methods that depend on expanded notifications have no effect. For example, action buttons won't appear on platforms prior to Android 4.1. Action buttons depend on expanded notifications, which are only available in Android 4.1 and later.
AN_NotificationCompat.Style
An object that can apply a rich notification style to AN_Notification. If the platform does not provide rich notification styles, methods in this class have no effect.
AN_NotificationManager
Class to notify the user of events that happen. This is how you tell the user that something has happened in the background.
AN_NotificationRequest
AN_PermissionsManager
AN_PermissionsRequestResponce
AN_PermissionsRequestResult
AN_PermissionsUtility
Collection of permissions based shortcut actions
AN_Preloader
Class allows to show preloader and lock application screen
AN_ProxyActivity
Proxy activity that is displayed on top of the application activity. Use it of you need to obtain and activity result.
AN_TimePickerDialog
A simple dialog containing an TimePicker.
AN_TimePickerResult
Object that contains a result of picking a time using the AN_TimePickerDialog
AN_WheelPickerDialog
A simple dialog containing an NumberPicker.
AN_WheelPickerResult
Object that contains a result of picking a element from wheel using the AN_WheelPickerDialog
Enums
AN_Activity.Result
AN_ActivityId
The class used to identify activity class on native android part
AN_DialogTheme
AN_NotificationManager.Importance
AN_WheelPickerState
Constants indicating the state of the wheel picker result.