- Data<TDomain extends Domain> - Class in net.hockeyapp.android.metrics.model
-
Data contract class Data.
- Data() - Constructor for class net.hockeyapp.android.metrics.model.Data
-
Initializes a new instance of the Data{TDomain} class.
- dateToISO8601(Date) - Static method in class net.hockeyapp.android.utils.Util
-
Convert a date object to an ISO 8601 formatted string
- debug(String) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level DEBUG with the default tag
- debug(String, String) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level DEBUG
- debug(String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level DEBUG with the default tag
- debug(String, String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level DEBUG
- decode(String, int) - Static method in class net.hockeyapp.android.utils.Base64
-
Decode the Base64-encoded data in input and return the data in
a new byte array.
- decode(byte[], int) - Static method in class net.hockeyapp.android.utils.Base64
-
Decode the Base64-encoded data in input and return the data in
a new byte array.
- decode(byte[], int, int, int) - Static method in class net.hockeyapp.android.utils.Base64
-
Decode the Base64-encoded data in input and return the data in
a new byte array.
- decodeSampledBitmap(File, int, int) - Static method in class net.hockeyapp.android.utils.ImageUtils
-
Decodes the image as a bitmap with a size as small as possible but with a minimum size of given reqWidth
and reqHeight.
- decodeSampledBitmap(Context, Uri, int, int) - Static method in class net.hockeyapp.android.utils.ImageUtils
-
Decodes the image as a bitmap with a size as small as possible but with a minimum size of given reqWidth
and reqHeight.
- DEFAULT - Static variable in class net.hockeyapp.android.utils.Base64
-
Default values for encoder/decoder flags.
- DEFAULT_CHARSET - Static variable in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
-
- deleteStackTraces(WeakReference<Context>) - Static method in class net.hockeyapp.android.CrashManager
-
Deletes all stack traces and meta files from files dir.
- deniedPermissions(String[], int[]) - Static method in class net.hockeyapp.android.utils.PermissionsUtil
-
- detach() - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
-
- detach() - Method in class net.hockeyapp.android.tasks.CheckUpdateTaskWithUI
-
- detach() - Method in class net.hockeyapp.android.tasks.DownloadFileTask
-
- detach() - Method in class net.hockeyapp.android.tasks.LoginTask
-
- detach() - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
-
- determineOrientation(File) - Static method in class net.hockeyapp.android.utils.ImageUtils
-
Determines the orientation of the image based on its ratio.
- determineOrientation(Context, Uri) - Static method in class net.hockeyapp.android.utils.ImageUtils
-
Determines the orientation of the image based on its ratio.
- determineOrientation(InputStream) - Static method in class net.hockeyapp.android.utils.ImageUtils
-
Determines the orientation of the image based on its ratio.
- Device - Class in net.hockeyapp.android.metrics.model
-
Data contract class Device.
- Device() - Constructor for class net.hockeyapp.android.metrics.model.Device
-
Initializes a new instance of the Device class.
- didCrashInLastSession() - Static method in class net.hockeyapp.android.CrashManager
-
- disableUserMetrics() - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
Disables User Metrics collection and transmission.
- doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
-
- doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.DownloadFileTask
-
- doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.GetFileSizeTask
-
- doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.LoginTask
-
- doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.ParseFeedbackTask
-
- doInBackground(Void...) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
-
- Domain - Class in net.hockeyapp.android.metrics.model
-
Data contract class Domain.
- Domain() - Constructor for class net.hockeyapp.android.metrics.model.Domain
-
Initializes a new instance of the Domain class.
- download(FeedbackAttachment, AttachmentView) - Method in class net.hockeyapp.android.tasks.AttachmentDownloader
-
- downloadFailed(DownloadFileTask, Boolean) - Method in class net.hockeyapp.android.listeners.DownloadFileListener
-
- DownloadFileListener - Class in net.hockeyapp.android.listeners
-
Description
- DownloadFileListener() - Constructor for class net.hockeyapp.android.listeners.DownloadFileListener
-
- DownloadFileTask - Class in net.hockeyapp.android.tasks
-
Description
- DownloadFileTask(Context, String, DownloadFileListener) - Constructor for class net.hockeyapp.android.tasks.DownloadFileTask
-
- downloadSuccessful(DownloadFileTask) - Method in class net.hockeyapp.android.listeners.DownloadFileListener
-
- enableDisableSendFeedbackButton(boolean) - Method in class net.hockeyapp.android.FeedbackActivity
-
Enables/Disables the Send Feedback button.
- enableUserMetrics() - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
Re-enables User Metrics collection and transmission.
- encode(byte[], int) - Static method in class net.hockeyapp.android.utils.Base64
-
Base64-encode the given data and return a newly allocated
byte[] with the result.
- encode(byte[], int, int, int) - Static method in class net.hockeyapp.android.utils.Base64
-
Base64-encode the given data and return a newly allocated
byte[] with the result.
- encodeParam(String) - Static method in class net.hockeyapp.android.utils.Util
-
Returns the given param URL-encoded.
- encodeToString(byte[], int) - Static method in class net.hockeyapp.android.utils.Base64
-
Base64-encode the given data and return a newly allocated
String with the result.
- encodeToString(byte[], int, int, int) - Static method in class net.hockeyapp.android.utils.Base64
-
Base64-encode the given data and return a newly allocated
String with the result.
- Envelope - Class in net.hockeyapp.android.metrics.model
-
Data contract class Envelope.
- Envelope() - Constructor for class net.hockeyapp.android.metrics.model.Envelope
-
Initializes a new instance of the Envelope class.
- error(String) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level ERROR with the default tag
- error(String, String) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level ERROR
- error(String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level ERROR with the default tag
- error(String, String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level ERROR
- ErrorObject - Class in net.hockeyapp.android.objects
-
Description
- ErrorObject() - Constructor for class net.hockeyapp.android.objects.ErrorObject
-
- Event(int) - Constructor for class net.hockeyapp.android.PrivateEventManager.Event
-
- EVENT_TYPE_UNCAUGHT_EXCEPTION - Static variable in class net.hockeyapp.android.PrivateEventManager
-
- EventData - Class in net.hockeyapp.android.metrics.model
-
Data contract class EventData.
- EventData() - Constructor for class net.hockeyapp.android.metrics.model.EventData
-
Initializes a new instance of the EventData class.
- ExceptionHandler - Class in net.hockeyapp.android
-
Description
- ExceptionHandler(Thread.UncaughtExceptionHandler, CrashManagerListener, boolean) - Constructor for class net.hockeyapp.android.ExceptionHandler
-
- execute(Context, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
-
Executes the crash manager.
- execute(AsyncTask<Void, ?, ?>) - Static method in class net.hockeyapp.android.utils.AsyncTaskUtils
-
- execute(Callable<T>) - Static method in class net.hockeyapp.android.utils.AsyncTaskUtils
-
- ExpiryInfoActivity - Class in net.hockeyapp.android
-
Description
- ExpiryInfoActivity() - Constructor for class net.hockeyapp.android.ExpiryInfoActivity
-
- Extension - Class in net.hockeyapp.android.metrics.model
-
Data contract class Extension.
- Extension() - Constructor for class net.hockeyapp.android.metrics.model.Extension
-
Initializes a new instance of the Extension class.
- EXTRA_FORCE_NEW_THREAD - Static variable in class net.hockeyapp.android.FeedbackActivity
-
Optional extra that can be passed as true
to force a new feedback message thread.
- EXTRA_IMAGE_URI - Static variable in class net.hockeyapp.android.PaintActivity
-
URI of the image to annotate
- EXTRA_INITIAL_ATTACHMENTS - Static variable in class net.hockeyapp.android.FeedbackActivity
-
Extra for any initial attachments to add to the feedback message.
- EXTRA_INITIAL_USER_EMAIL - Static variable in class net.hockeyapp.android.FeedbackActivity
-
Extra for initial email address to set for the feedback message.
- EXTRA_INITIAL_USER_NAME - Static variable in class net.hockeyapp.android.FeedbackActivity
-
Extra for initial username to set for the feedback message.
- EXTRA_INITIAL_USER_SUBJECT - Static variable in class net.hockeyapp.android.FeedbackActivity
-
Extra for initial email address to set for the feedback message.
- EXTRA_MODE - Static variable in class net.hockeyapp.android.LoginActivity
-
Parameter to define the verification mode for the login API
- EXTRA_SECRET - Static variable in class net.hockeyapp.android.LoginActivity
-
Parameter to supply the app secret for the login API
- EXTRA_TOKEN - Static variable in class net.hockeyapp.android.FeedbackActivity
-
Token of the message feed.
- EXTRA_URL - Static variable in class net.hockeyapp.android.FeedbackActivity
-
The URL of the feedback endpoint for this app.
- EXTRA_URL - Static variable in class net.hockeyapp.android.LoginActivity
-
Parameter to supply login endpoint URL
- generateDefaultLayoutParams() - Method in class net.hockeyapp.android.views.AttachmentListView
-
- get() - Method in class net.hockeyapp.android.utils.CompletedFuture
-
- get(long, TimeUnit) - Method in class net.hockeyapp.android.utils.CompletedFuture
-
- getAccountAcquisitionDate() - Method in class net.hockeyapp.android.metrics.model.User
-
Gets the AccountAcquisitionDate property.
- getAccountId() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the AccountId property.
- getAccountId() - Method in class net.hockeyapp.android.metrics.model.User
-
Gets the AccountId property.
- getAgentVersion() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the AgentVersion property.
- getAnonUserAcquisitionDate() - Method in class net.hockeyapp.android.metrics.model.User
-
Gets the AnonUserAcquisitionDate property.
- getAppCrashDate() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getAppId() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the AppId property.
- getAppId() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getAppIdentifier(Context) - Static method in class net.hockeyapp.android.utils.Util
-
Retrieve the HockeyApp AppIdentifier from the Manifest
- getApplicationName() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the ApplicationName property.
- getApplicationType() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the ApplicationType property.
- getAppName(Context) - Static method in class net.hockeyapp.android.utils.Util
-
- getAppPackage() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getAppSecret(Context) - Static method in class net.hockeyapp.android.utils.Util
-
Retrieve the HockeyApp appSecret from the Manifest
- getAppStartDate() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getAppVer() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the AppVer property.
- getAppVersionCode() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getAppVersionName() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getAttachment() - Method in class net.hockeyapp.android.views.AttachmentView
-
- getAttachments() - Method in class net.hockeyapp.android.views.AttachmentListView
-
Returns a list of Uris of its AttachmentView children.
- getAttachmentUri() - Method in class net.hockeyapp.android.views.AttachmentView
-
- getAuthUserAcquisitionDate() - Method in class net.hockeyapp.android.metrics.model.User
-
Gets the AuthUserAcquisitionDate property.
- getAuthUserId() - Method in class net.hockeyapp.android.metrics.model.User
-
Gets the AuthUserId property.
- getBaseData() - Method in class net.hockeyapp.android.metrics.model.Data
-
Gets the BaseData property.
- getBaseType() - Method in class net.hockeyapp.android.metrics.ITelemetry
-
Gets the base type for this telemetry object.
- getBaseType() - Method in class net.hockeyapp.android.metrics.model.Base
-
Gets the BaseType property.
- getBaseType() - Method in class net.hockeyapp.android.metrics.model.EventData
-
Base Type for this telemetry.
- getBaseType() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Base Type for this telemetry.
- getBoundary() - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
-
- getBuild() - Method in class net.hockeyapp.android.metrics.model.Application
-
Gets the Build property.
- getCacheId() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
Returns the attachment's filename that identifies it in the cache.
- getChannel() - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
- getCleanText() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getCode() - Method in class net.hockeyapp.android.objects.ErrorObject
-
- getContact() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return contact data or similar; note that this has privacy implications,
so you might want to return nil for release builds! The string will be
limited to 255 characters.
- getContentLength() - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
-
- getContentType() - Method in class net.hockeyapp.android.utils.SimpleMultipartEntity
-
- getCount() - Method in class net.hockeyapp.android.adapters.MessagesAdapter
-
- getCrashIdentifier() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getCreatedAt() - Method in class net.hockeyapp.android.objects.Feedback
-
- getCreatedAt() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- getCreatedAt() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getCurrentVersionCode() - Method in class net.hockeyapp.android.UpdateFragment
-
Returns the current version of the app.
- getCurrentVersionCode() - Method in interface net.hockeyapp.android.UpdateInfoListener
-
Implement to return the app's current version code.
- getCustomExecutor() - Static method in class net.hockeyapp.android.utils.AsyncTaskUtils
-
- getCustomServerURL() - Method in class net.hockeyapp.android.metrics.Sender
-
- getCV() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the CV property.
- getData() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the Data property.
- getDataCollectorReceivedTime() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the DataCollectorReceivedTime property.
- getDescription() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return additional data, i.e.
- getDeviceIdentifier() - Static method in class net.hockeyapp.android.Constants
-
- getDeviceManufacturer() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getDeviceModel() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getEffectiveMaxHeight() - Method in class net.hockeyapp.android.views.AttachmentView
-
- getEmail() - Method in class net.hockeyapp.android.objects.Feedback
-
- getEnvelopeName() - Method in class net.hockeyapp.android.metrics.ITelemetry
-
Gets the envelope name for this telemetry object.
- getEnvelopeName() - Method in class net.hockeyapp.android.metrics.model.EventData
-
Envelope Name for this telemetry.
- getEnvelopeName() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Envelope Name for this telemetry.
- getEpoch() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the Epoch property.
- getExpiryDate() - Method in class net.hockeyapp.android.UpdateManagerListener
-
Return an expiry date for this build or null.
- getExt() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the Ext property.
- getFeedback() - Method in class net.hockeyapp.android.objects.FeedbackResponse
-
- getFeedbackActivityClass() - Method in class net.hockeyapp.android.FeedbackManagerListener
-
Return your own subclass of FeedbackActivity for customization.
- getFeedbackAttachments() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getFeedbackTokenFromPrefs(Context) - Method in class net.hockeyapp.android.utils.PrefsUtil
-
Retrieves the feedback token from SharedPreferences
- getFileDateString() - Method in class net.hockeyapp.android.utils.VersionHelper
-
- getFilename() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- getFileSizeBytes() - Method in class net.hockeyapp.android.utils.VersionHelper
-
- GetFileSizeTask - Class in net.hockeyapp.android.tasks
-
Description
- GetFileSizeTask(Context, String, DownloadFileListener) - Constructor for class net.hockeyapp.android.tasks.GetFileSizeTask
-
- getFlags() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the Flags property.
- getFlowType() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the FlowType property.
- getFormat() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getFormString(Map<String, String>) - Static method in class net.hockeyapp.android.utils.Util
-
Converts a map of parameters to a HTML form entity.
- getGap() - Method in class net.hockeyapp.android.views.AttachmentView
-
- getHockeyAppStorageDir(Context) - Static method in class net.hockeyapp.android.Constants
-
Returns a file representing the folder in which screenshots are stored.
- getId() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the Id property.
- getId() - Method in class net.hockeyapp.android.metrics.model.Session
-
Gets the Id property.
- getId() - Method in class net.hockeyapp.android.metrics.model.User
-
Gets the Id property.
- getId() - Method in class net.hockeyapp.android.objects.Feedback
-
- getId() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- getId() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getIKey() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the IKey property.
- getInitializeTimestamp() - Static method in class net.hockeyapp.android.CrashManager
-
- getInstance() - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
- getInstance() - Static method in class net.hockeyapp.android.tasks.AttachmentDownloader
-
- getInstance() - Static method in class net.hockeyapp.android.utils.FeedbackParser
-
- getInstance() - Static method in class net.hockeyapp.android.utils.PrefsUtil
-
Return the singleton.
- getInstrumentationKey() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the InstrumentationKey property.
- getIp() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the Ip property.
- getIsAudit() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the IsAudit property.
- getIsFirst() - Method in class net.hockeyapp.android.metrics.model.Session
-
Gets the IsFirst property.
- getIsNew() - Method in class net.hockeyapp.android.metrics.model.Session
-
Gets the IsNew property.
- getIsXamarinException() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getItem(int) - Method in class net.hockeyapp.android.adapters.MessagesAdapter
-
- getItemId(int) - Method in class net.hockeyapp.android.adapters.MessagesAdapter
-
- getLanguage() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the Language property.
- getLastCrashDetails(Context) - Static method in class net.hockeyapp.android.CrashManager
-
- getLastListener() - Static method in class net.hockeyapp.android.FeedbackManager
-
Returns the last listener which has been registered with any Feedback manager.
- getLayoutView() - Method in class net.hockeyapp.android.FeedbackActivity
-
- getLayoutView() - Method in interface net.hockeyapp.android.FeedbackActivityInterface
-
Return an instance of View to show the update information.
- getLayoutView() - Method in class net.hockeyapp.android.UpdateFragment
-
Creates and returns a new instance of the update view.
- getLocale() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the Locale property.
- getLoginEmail(Context) - Static method in class net.hockeyapp.android.LoginManager
-
Retrieves the email address that was used for logging in.
- getLogLevel() - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Get the log level to find out how much data the HockeySDK spews into LogCat.
- getMachineName() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the MachineName property.
- getManifestString(Context, String) - Static method in class net.hockeyapp.android.utils.Util
-
- getMaxHeightLandscape() - Method in class net.hockeyapp.android.views.AttachmentView
-
- getMaxHeightPortrait() - Method in class net.hockeyapp.android.views.AttachmentView
-
- getMaxRetryAttempts() - Method in class net.hockeyapp.android.CrashManagerListener
-
Get the number of max retry attempts to send crashes to HockeyApp.
- getMeasurements() - Method in class net.hockeyapp.android.metrics.model.EventData
-
Gets the Measurements property.
- getMessage() - Method in class net.hockeyapp.android.objects.ErrorObject
-
- getMessageId() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- getMessages() - Method in class net.hockeyapp.android.objects.Feedback
-
- getModel() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the Model property.
- getModel() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getName() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the Name property.
- getName() - Method in class net.hockeyapp.android.metrics.model.EventData
-
Gets the Name property.
- getName() - Method in class net.hockeyapp.android.objects.Feedback
-
- getName() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getNameEmailFromPrefs(Context) - Method in class net.hockeyapp.android.utils.PrefsUtil
-
Retrieves the name and email from SharedPreferences
- getNetwork() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the Network property.
- getNetworkName() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the NetworkName property.
- getOem() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getOemName() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the OemName property.
- getOs() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the Os property.
- getOs() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the Os property.
- getOsBuild() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getOsVer() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the OsVer property.
- getOsVersion() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the OsVersion property.
- getOsVersion() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getOsVersion() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getPersistence() - Method in class net.hockeyapp.android.metrics.Sender
-
- getPreferences(Context) - Static method in class net.hockeyapp.android.Tracking
-
Helper method to return an instance of SharedPreferences.
- getProfileClassId() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the ProfileClassId property.
- getProfileId() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the ProfileId property.
- getProperties() - Method in class net.hockeyapp.android.metrics.ITelemetry
-
Gets the properties.
- getProperties() - Method in class net.hockeyapp.android.metrics.model.EventData
-
Gets the Properties property.
- getProperties() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Gets the Properties property.
- getReleaseNotes(boolean) - Method in class net.hockeyapp.android.utils.VersionHelper
-
- getReporterKey() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getRequestSource() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the RequestSource property.
- getRequireUserEmail() - Static method in class net.hockeyapp.android.FeedbackManager
-
Returns the required setting for the user email property.
- getRequireUserName() - Static method in class net.hockeyapp.android.FeedbackManager
-
Returns the required setting for the user name property.
- getRoleInstance() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the RoleInstance property.
- getRoleName() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the RoleName property.
- getSampleRate() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the PopSample property.
- getScreenResolution() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the ScreenResolution property.
- getSdkVersion() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the SdkVersion property.
- getSender() - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
- getSeqNum() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the SeqNum property.
- getSize() - Method in class net.hockeyapp.android.tasks.GetFileSizeTask
-
- getState() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Gets the State property.
- getStatus() - Method in class net.hockeyapp.android.objects.FeedbackResponse
-
- getStoreRegion() - Method in class net.hockeyapp.android.metrics.model.User
-
Gets the StoreRegion property.
- getStringFromConnection(HttpURLConnection) - Static method in class net.hockeyapp.android.tasks.ConnectionTask
-
- getSubject() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getTags() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the Tags property.
- getTelemetryItemId() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the TelemetryItemId property.
- getText() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getThreadName() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getThrowableStackTrace() - Method in class net.hockeyapp.android.objects.CrashDetails
-
- getTime() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the Time property.
- getToken() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getToken() - Method in class net.hockeyapp.android.objects.FeedbackResponse
-
- getTrackingSourceId() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the TrackingSourceId property.
- getTrackingType() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Gets the TrackingType property.
- getType() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the Type property.
- getType() - Method in class net.hockeyapp.android.PrivateEventManager.Event
-
- getTypeId() - Method in class net.hockeyapp.android.metrics.model.Application
-
Gets the TypeId property.
- getUpdateActivityClass() - Method in class net.hockeyapp.android.UpdateManagerListener
-
- getUpdatedAt() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- getUpdateFragmentClass() - Method in class net.hockeyapp.android.UpdateManagerListener
-
Return your own subclass of UpdateFragment for customization.
- getUrl() - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- getURLString() - Method in class net.hockeyapp.android.tasks.DownloadFileTask
-
- getUsageTime(Context) - Static method in class net.hockeyapp.android.Tracking
-
Returns the usage time of the current version in seconds.
- getUserAgent() - Method in class net.hockeyapp.android.metrics.model.User
-
Gets the UserAgent property.
- getUserDescription() - Method in class net.hockeyapp.android.objects.CrashMetaData
-
- getUserEmail() - Method in class net.hockeyapp.android.objects.CrashMetaData
-
- getUserID() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return a user ID or similar; note that this has privacy implications,
so you might want to return nil for release builds! The string will be
limited to 255 characters.
- getUserID() - Method in class net.hockeyapp.android.objects.CrashMetaData
-
- getUserString() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getValue() - Method in enum net.hockeyapp.android.metrics.model.SessionState
-
- getValue() - Method in enum net.hockeyapp.android.objects.CrashManagerUserInput
-
- getValue() - Method in enum net.hockeyapp.android.objects.FeedbackUserDataElement
-
- getVer() - Method in class net.hockeyapp.android.metrics.model.Application
-
Gets the Ver property.
- getVer() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Gets the Ver property.
- getVer() - Method in class net.hockeyapp.android.metrics.model.EventData
-
Gets the Ver property.
- getVer() - Method in class net.hockeyapp.android.metrics.model.Extension
-
Gets the Ver property.
- getVer() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Gets the Ver property.
- getVersionCode() - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
-
- getVersionString() - Method in class net.hockeyapp.android.utils.VersionHelper
-
- getVia() - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- getView(int, View, ViewGroup) - Method in class net.hockeyapp.android.adapters.MessagesAdapter
-
- getVmName() - Method in class net.hockeyapp.android.metrics.model.Device
-
Gets the VmName property.
- getWidthLandscape() - Method in class net.hockeyapp.android.views.AttachmentView
-
- getWidthPortrait() - Method in class net.hockeyapp.android.views.AttachmentView
-
- getWriter(HttpURLConnection) - Method in class net.hockeyapp.android.metrics.Sender
-
Gets a writer from the connection stream (allows for test hooks into the write stream)
- ID_LAST_MESSAGE_PROCESSED - Static variable in class net.hockeyapp.android.tasks.ParseFeedbackTask
-
- ID_LAST_MESSAGE_SEND - Static variable in class net.hockeyapp.android.tasks.ParseFeedbackTask
-
- ignoreDefaultHandler() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return true to ignore the default exception handler, i.e.
- IJsonSerializable - Interface in net.hockeyapp.android.metrics.model
-
this is the interface for all the data contract objects.
- ImageUtils - Class in net.hockeyapp.android.utils
-
Description
- ImageUtils() - Constructor for class net.hockeyapp.android.utils.ImageUtils
-
- includeDeviceData() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return false to remove the device data (OS version, manufacturer, model)
from the crash log, e.g.
- includeDeviceIdentifier() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return false to remove the stable device identifier from the
crash log, e.g.
- includeThreadDetails() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return true to include information about the crashed thread if available.
- info(String) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level INFO with the default tag
- info(String, String) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level INFO
- info(String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level INFO with the default tag
- info(String, String, Throwable) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Log a message with level INFO
- initialize(Context, String, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
-
Initializes the crash manager, but does not handle crash log.
- initialize(Context, String, String, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
-
Initializes the crash manager, but does not handle crash log.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Application
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Base
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Data
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Device
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Domain
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.EventData
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Extension
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Internal
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.Session
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Optionally initializes fields for the current context.
- InitializeFields() - Method in class net.hockeyapp.android.metrics.model.User
-
Optionally initializes fields for the current context.
- installedFromMarket(WeakReference<? extends Context>) - Static method in class net.hockeyapp.android.UpdateManager
-
Returns true if the build was installed through a market.
- INSTALLER_ADB - Static variable in class net.hockeyapp.android.UpdateManager
-
- INSTALLER_PACKAGE_INSTALLER_NOUGAT - Static variable in class net.hockeyapp.android.UpdateManager
-
- INSTALLER_PACKAGE_INSTALLER_NOUGAT2 - Static variable in class net.hockeyapp.android.UpdateManager
-
- Internal - Class in net.hockeyapp.android.metrics.model
-
Data contract class Internal.
- Internal() - Constructor for class net.hockeyapp.android.metrics.model.Internal
-
Initializes a new instance of the Internal class.
- isCancelled() - Method in class net.hockeyapp.android.utils.CompletedFuture
-
- isClear() - Method in class net.hockeyapp.android.views.PaintView
-
- isConnectedToNetwork(Context) - Static method in class net.hockeyapp.android.utils.Util
-
- isDebuggerConnected() - Static method in class net.hockeyapp.android.utils.Util
-
Determines if a debugger is currently attached.
- isDone() - Method in class net.hockeyapp.android.utils.CompletedFuture
-
- isEmulator() - Static method in class net.hockeyapp.android.utils.Util
-
Determines whether the app is running on aan emulator or on a real device.
- isExpected(int) - Method in class net.hockeyapp.android.metrics.Sender
-
Determines if an HTTP response code denotes a status which we regard as successful completion.
- isNewerThanLastUpdateTime(Context, long) - Static method in class net.hockeyapp.android.utils.VersionHelper
-
Returns true of the given timestamp is larger / newer than the last modified timestamp of
the APK file of the app.
- isRecoverableError(int) - Method in class net.hockeyapp.android.metrics.Sender
-
Determines if an HTTP response code denotes an error from which we can recover by sending the data again.
- isUnknownSourcesEnabled(Context) - Static method in class net.hockeyapp.android.utils.PermissionsUtil
-
Checks if Unknown Sources is enabled
- isUserMetricsEnabled() - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
- isValidEmail(String) - Static method in class net.hockeyapp.android.utils.Util
-
Returns true if value is a valid email.
- ITelemetry - Class in net.hockeyapp.android.metrics
-
- ITelemetry() - Constructor for class net.hockeyapp.android.metrics.ITelemetry
-
- ITelemetryData - Interface in net.hockeyapp.android.metrics.model
-
- onActivityResult(int, int, Intent) - Method in class net.hockeyapp.android.FeedbackActivity
-
Called when picture or file was chosen.
- onBack() - Method in class net.hockeyapp.android.LoginManagerListener
-
Called when the user press the back key.
- onBuildExpired() - Method in class net.hockeyapp.android.UpdateManagerListener
-
Called when the build is expired.
- onCancel() - Method in class net.hockeyapp.android.UpdateManagerListener
-
Called when the user dismisses the update dialog.
- onClick(View) - Method in class net.hockeyapp.android.FeedbackActivity
-
Called when the Send Feedback Button
is tapped.
- onClick(View) - Method in class net.hockeyapp.android.UpdateFragment
-
Called when the download button is tapped.
- onConfirmedCrashesFound() - Method in class net.hockeyapp.android.CrashManagerListener
-
Called when the crash manager has found crash logs that were already
confirmed by the user or should have been auto uploaded, but the upload
failed, e.g.
- onContextItemSelected(MenuItem) - Method in class net.hockeyapp.android.FeedbackActivity
-
Called when user clicked on context menu item.
- onCrashesNotSent() - Method in class net.hockeyapp.android.CrashManagerListener
-
Called when the crash manager failed to send crashes to HockeyApp, e.g.
- onCrashesSent() - Method in class net.hockeyapp.android.CrashManagerListener
-
Called when the crash manager has sent crashes to HockeyApp.
- onCreate(Bundle) - Method in class net.hockeyapp.android.ExpiryInfoActivity
-
Called when the activity is starting.
- onCreate(Bundle) - Method in class net.hockeyapp.android.FeedbackActivity
-
Called when the activity is starting.
- onCreate(Bundle) - Method in class net.hockeyapp.android.LoginActivity
-
- onCreate(Bundle) - Method in class net.hockeyapp.android.PaintActivity
-
- onCreate(Bundle) - Method in class net.hockeyapp.android.UpdateActivity
-
- onCreate(Bundle) - Method in class net.hockeyapp.android.UpdateFragment
-
Called when the fragment is starting.
- onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo) - Method in class net.hockeyapp.android.FeedbackActivity
-
Called when context menu is needed (on add attachment button).
- onCreateOptionsMenu(Menu) - Method in class net.hockeyapp.android.PaintActivity
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class net.hockeyapp.android.UpdateFragment
-
Creates the root view of the fragment, set title, the version number and
the listener for the download button.
- onDestroyView() - Method in class net.hockeyapp.android.UpdateFragment
-
- onDraw(Canvas) - Method in class net.hockeyapp.android.views.PaintView
-
- onFocusChange(View, boolean) - Method in class net.hockeyapp.android.FeedbackActivity
-
- onHandleAlertView() - Method in class net.hockeyapp.android.CrashManagerListener
-
Called when dialog should be displayed to inform the user about crash.
- onHockeyEvent(PrivateEventManager.Event) - Method in interface net.hockeyapp.android.PrivateEventManager.HockeyEventListener
-
- onKeyDown(int, KeyEvent) - Method in class net.hockeyapp.android.FeedbackActivity
-
- onKeyDown(int, KeyEvent) - Method in class net.hockeyapp.android.LoginActivity
-
- onKeyDown(int, KeyEvent) - Method in class net.hockeyapp.android.PaintActivity
-
- onLayout(boolean, int, int, int, int) - Method in class net.hockeyapp.android.views.AttachmentListView
-
- onMeasure(int, int) - Method in class net.hockeyapp.android.views.AttachmentListView
-
- onNewCrashesFound() - Method in class net.hockeyapp.android.CrashManagerListener
-
Called when the crash manager has found new crash logs.
- onNoCrashesFound() - Method in class net.hockeyapp.android.CrashManagerListener
-
Called when the crash manager didn't find any crash logs.
- onNoUpdateAvailable() - Method in class net.hockeyapp.android.UpdateManagerListener
-
Called when the update manager found no update.
- onOptionsItemSelected(MenuItem) - Method in class net.hockeyapp.android.PaintActivity
-
- onPostExecute(JSONArray) - Method in class net.hockeyapp.android.tasks.CheckUpdateTask
-
- onPostExecute(JSONArray) - Method in class net.hockeyapp.android.tasks.CheckUpdateTaskWithUI
-
- onPostExecute(Long) - Method in class net.hockeyapp.android.tasks.DownloadFileTask
-
- onPostExecute(Long) - Method in class net.hockeyapp.android.tasks.GetFileSizeTask
-
- onPostExecute(Boolean) - Method in class net.hockeyapp.android.tasks.LoginTask
-
- onPostExecute(FeedbackResponse) - Method in class net.hockeyapp.android.tasks.ParseFeedbackTask
-
- onPostExecute(HashMap<String, String>) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
-
- onPreExecute() - Method in class net.hockeyapp.android.tasks.LoginTask
-
- onPreExecute() - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
-
- onPrepareOptionsMenu(Menu) - Method in class net.hockeyapp.android.PaintActivity
-
- onProgressUpdate(Integer...) - Method in class net.hockeyapp.android.tasks.DownloadFileTask
-
- onProgressUpdate(Integer...) - Method in class net.hockeyapp.android.tasks.GetFileSizeTask
-
- onResponse(HttpURLConnection, int, String, File) - Method in class net.hockeyapp.android.metrics.Sender
-
Callback for the http response from the sender.
- onRestoreInstanceState(Bundle) - Method in class net.hockeyapp.android.FeedbackActivity
-
Restore all attachments.
- onRetainNonConfigurationInstance() - Method in class net.hockeyapp.android.FeedbackActivity
-
Detaches the activity from the send feedback task and returns the task
as last instance.
- onRetainNonConfigurationInstance() - Method in class net.hockeyapp.android.LoginActivity
-
Detaches the activity from the LoginTask and returns the task
as last instance.
- onSaveInstanceState(Bundle) - Method in class net.hockeyapp.android.FeedbackActivity
-
Save all attachments.
- onSendFeedbackResult(boolean) - Method in class net.hockeyapp.android.FeedbackActivity
-
Called when the request for sending the feedback has finished.
- onStart() - Method in class net.hockeyapp.android.FeedbackActivity
-
- onStart() - Method in class net.hockeyapp.android.UpdateFragment
-
- onStop() - Method in class net.hockeyapp.android.FeedbackActivity
-
- onSuccess() - Method in class net.hockeyapp.android.LoginManagerListener
-
Called when user authentication was successful.
- onTouchEvent(MotionEvent) - Method in class net.hockeyapp.android.views.PaintView
-
- onUnexpected(HttpURLConnection, int, StringBuilder) - Method in class net.hockeyapp.android.metrics.Sender
-
Handler to be called if an unexpected response was returned from the ingestion endpoint.
- onUpdateAvailable() - Method in class net.hockeyapp.android.UpdateManagerListener
-
Called when the update manager found an update.
- onUpdateAvailable(JSONArray, String) - Method in class net.hockeyapp.android.UpdateManagerListener
-
Called when the update manager found an update.
- onUpdatePermissionsNotGranted() - Method in class net.hockeyapp.android.UpdateManagerListener
-
- onUserDeniedCrashes() - Method in class net.hockeyapp.android.CrashManagerListener
-
Called when the user denied to send crashes to HockeyApp.
- ORIENTATION_LANDSCAPE - Static variable in class net.hockeyapp.android.utils.ImageUtils
-
- ORIENTATION_PORTRAIT - Static variable in class net.hockeyapp.android.utils.ImageUtils
-
- readResponse(HttpURLConnection, StringBuilder) - Method in class net.hockeyapp.android.metrics.Sender
-
Reads the response from a connection.
- register(Context) - Static method in class net.hockeyapp.android.CrashManager
-
Registers new crash manager and handles existing crash logs.
- register(Context, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
-
Registers new crash manager and handles existing crash logs.
- register(Context, String) - Static method in class net.hockeyapp.android.CrashManager
-
Registers new crash manager and handles existing crash logs.
- register(Context, String, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
-
Registers new crash manager and handles existing crash logs.
- register(Context, String, String, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
-
Registers new crash manager and handles existing crash logs.
- register(Context) - Static method in class net.hockeyapp.android.FeedbackManager
-
Registers new Feedback manager.
- register(Context, FeedbackManagerListener) - Static method in class net.hockeyapp.android.FeedbackManager
-
Registers new Feedback manager.
- register(Context, String) - Static method in class net.hockeyapp.android.FeedbackManager
-
Registers new Feedback manager.
- register(Context, String, FeedbackManagerListener) - Static method in class net.hockeyapp.android.FeedbackManager
-
Registers new Feedback manager.
- register(Context, String, String, FeedbackManagerListener) - Static method in class net.hockeyapp.android.FeedbackManager
-
Registers new Feedback manager.
- register(Context, String, int) - Static method in class net.hockeyapp.android.LoginManager
-
Registers new login manager.
- register(Context, String, int, LoginManagerListener) - Static method in class net.hockeyapp.android.LoginManager
-
Registers new login manager.
- register(Context, String, String, int, LoginManagerListener) - Static method in class net.hockeyapp.android.LoginManager
-
Registers new LoginManager.
- register(Context, String, String, int, Class<?>) - Static method in class net.hockeyapp.android.LoginManager
-
Registers new LoginManager.
- register(Context, String, String, String, int, Class<?>) - Static method in class net.hockeyapp.android.LoginManager
-
Registers new LoginManager.
- register(Application) - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
Register a new MetricsManager and collect metrics about user and session.
- register(Application, String) - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
Register a new MetricsManager and collect metrics about user and session, while
explicitly providing your HockeyApp app identifier.
- register(Activity) - Static method in class net.hockeyapp.android.UpdateManager
-
Registers new update manager.
- register(Activity, UpdateManagerListener) - Static method in class net.hockeyapp.android.UpdateManager
-
Registers new update manager.
- register(Activity, String) - Static method in class net.hockeyapp.android.UpdateManager
-
Registers new update manager.
- register(Activity, String, boolean) - Static method in class net.hockeyapp.android.UpdateManager
-
Registers new update manager.
- register(Activity, String, UpdateManagerListener) - Static method in class net.hockeyapp.android.UpdateManager
-
Registers new update manager.
- register(Activity, String, UpdateManagerListener, boolean) - Static method in class net.hockeyapp.android.UpdateManager
-
Registers new update manager.
- register(Activity, String, String, UpdateManagerListener) - Static method in class net.hockeyapp.android.UpdateManager
-
Registers new update manager.
- register(Activity, String, String, UpdateManagerListener, boolean) - Static method in class net.hockeyapp.android.UpdateManager
-
Registers new update manager.
- registerForBackground(Context, String, UpdateManagerListener) - Static method in class net.hockeyapp.android.UpdateManager
-
Registers new update manager.
- registerForBackground(Context, String, String, UpdateManagerListener) - Static method in class net.hockeyapp.android.UpdateManager
-
Registers new update manager.
- remove() - Method in class net.hockeyapp.android.views.AttachmentView
-
- requestCount() - Method in class net.hockeyapp.android.metrics.Sender
-
Getter for requestCount.
- resetAlwaysSend(WeakReference<Context>) - Static method in class net.hockeyapp.android.CrashManager
-
Clears the preference to always send crashes.
- runsOnTablet(Context) - Static method in class net.hockeyapp.android.utils.Util
-
Returns true if the app runs on large or very large screens (i.e.
- sanitizeAppIdentifier(String) - Static method in class net.hockeyapp.android.utils.Util
-
Sanitizes an app identifier or throws an exception if it can't be sanitized.
- saveException(Throwable, Thread, CrashManagerListener) - Static method in class net.hockeyapp.android.ExceptionHandler
-
Save a caught exception to disk.
- saveFeedbackTokenToPrefs(Context, String) - Method in class net.hockeyapp.android.utils.PrefsUtil
-
Save feedback token to SharedPreferences
- saveManagedException(Throwable, Thread, CrashManagerListener) - Static method in class net.hockeyapp.android.ExceptionHandler
-
Save managed exception(s) caught by HockeySDK-Xamarin to disk.
- saveNameEmailSubjectToPrefs(Context, String, String, String) - Method in class net.hockeyapp.android.utils.PrefsUtil
-
Save name and email to SharedPreferences
- saveNativeException(Throwable, String, Thread, CrashManagerListener) - Static method in class net.hockeyapp.android.ExceptionHandler
-
Save java exception(s) caught by HockeySDK-Xamarin to disk.
- SCREENSHOT_NOTIFICATION_ID - Static variable in class net.hockeyapp.android.FeedbackManager
-
The id of the notification to take a screenshot.
- SDK_NAME - Static variable in class net.hockeyapp.android.Constants
-
Name of this SDK.
- SDK_USER_AGENT - Static variable in class net.hockeyapp.android.Constants
-
The user agent string the SDK will send with every HockeyApp API request.
- SDK_VERSION - Static variable in class net.hockeyapp.android.Constants
-
Version of the SDK - retrieved from the build configuration.
- send(HttpURLConnection, File, String) - Method in class net.hockeyapp.android.metrics.Sender
-
Send a file to the ingestion endpoint.
- sendAvailableFiles() - Method in class net.hockeyapp.android.metrics.Sender
-
Checks the persistence for available files and sends them.
- Sender - Class in net.hockeyapp.android.metrics
-
Description
- Sender() - Constructor for class net.hockeyapp.android.metrics.Sender
-
Creates and initializes a new instance.
- SendFeedbackTask - Class in net.hockeyapp.android.tasks
-
Description
- SendFeedbackTask(Context, String, String, String, String, String, List<Uri>, String, Handler, boolean) - Constructor for class net.hockeyapp.android.tasks.SendFeedbackTask
-
Send feedback AsyncTask
.
- sendNotification(Context, int, Notification, String, CharSequence) - Static method in class net.hockeyapp.android.utils.Util
-
- serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Application
-
Serializes the beginning of this object to the passed in writer.
- serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Base
-
Serializes the beginning of this object to the passed in writer.
- serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Device
-
Serializes the beginning of this object to the passed in writer.
- serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Domain
-
Serializes the beginning of this object to the passed in writer.
- serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Serializes the beginning of this object to the passed in writer.
- serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Extension
-
Serializes the beginning of this object to the passed in writer.
- serialize(Writer) - Method in interface net.hockeyapp.android.metrics.model.IJsonSerializable
-
Serialize the contract objects with writer
- serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Serializes the beginning of this object to the passed in writer.
- serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.Session
-
Serializes the beginning of this object to the passed in writer.
- serialize(Writer) - Method in class net.hockeyapp.android.metrics.model.User
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Application
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Base
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Data
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Device
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Domain
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.EventData
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Extension
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.Session
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Serializes the beginning of this object to the passed in writer.
- serializeContent(Writer) - Method in class net.hockeyapp.android.metrics.model.User
-
Serializes the beginning of this object to the passed in writer.
- Session - Class in net.hockeyapp.android.metrics.model
-
Data contract class Session.
- Session() - Constructor for class net.hockeyapp.android.metrics.model.Session
-
Initializes a new instance of the Session class.
- SessionState - Enum in net.hockeyapp.android.metrics.model
-
Enum SessionState.
- SessionStateData - Class in net.hockeyapp.android.metrics.model
-
Data contract class SessionStateData.
- SessionStateData() - Constructor for class net.hockeyapp.android.metrics.model.SessionStateData
-
Initializes a new instance of the SessionStateData class.
- sessionTrackingEnabled() - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
- setAccountAcquisitionDate(String) - Method in class net.hockeyapp.android.metrics.model.User
-
Sets the AccountAcquisitionDate property.
- setAccountId(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the AccountId property.
- setAccountId(String) - Method in class net.hockeyapp.android.metrics.model.User
-
Sets the AccountId property.
- setActivityForScreenshot(Activity) - Static method in class net.hockeyapp.android.FeedbackManager
-
Stores a reference to the given activity to be used for taking a screenshot of it.
- setAgentVersion(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the AgentVersion property.
- setAnonUserAcquisitionDate(String) - Method in class net.hockeyapp.android.metrics.model.User
-
Sets the AnonUserAcquisitionDate property.
- setAppCrashDate(Date) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setAppId(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the AppId property.
- setAppId(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setApplicationName(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the ApplicationName property.
- setApplicationType(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the ApplicationType property.
- setAppPackage(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setAppStartDate(Date) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setAppVer(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the AppVer property.
- setAppVersionCode(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setAppVersionName(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setAuthUserAcquisitionDate(String) - Method in class net.hockeyapp.android.metrics.model.User
-
Sets the AuthUserAcquisitionDate property.
- setAuthUserId(String) - Method in class net.hockeyapp.android.metrics.model.User
-
Sets the AuthUserId property.
- setBaseData(TDomain) - Method in class net.hockeyapp.android.metrics.model.Data
-
Sets the BaseData property.
- setBaseType(String) - Method in class net.hockeyapp.android.metrics.model.Base
-
Sets the BaseType property.
- setBasicAuthorization(String, String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
-
- setBuild(String) - Method in class net.hockeyapp.android.metrics.model.Application
-
Sets the Build property.
- setChannel(Channel) - Method in class net.hockeyapp.android.metrics.MetricsManager
-
- setCleanText(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setCode(int) - Method in class net.hockeyapp.android.objects.ErrorObject
-
- setConnectionProperties(HttpURLConnection) - Method in class net.hockeyapp.android.tasks.DownloadFileTask
-
- setCreatedAt(String) - Method in class net.hockeyapp.android.objects.Feedback
-
- setCreatedAt(String) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- setCreatedAt(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setCustomExecutor(Executor) - Static method in class net.hockeyapp.android.utils.AsyncTaskUtils
-
- setCustomServerURL(String) - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
Set the server url if you want metrics to be sent to a custom server
- setCustomServerURL(String) - Method in class net.hockeyapp.android.metrics.Sender
-
Set a custom server URL that will be used to send data to it.
- setCV(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the CV property.
- setData(Base) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the Data property.
- setDataCollectorReceivedTime(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the DataCollectorReceivedTime property.
- setDeviceManufacturer(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setDeviceModel(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setEmail(String) - Method in class net.hockeyapp.android.objects.Feedback
-
- setEpoch(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the Epoch property.
- setExt(Map<String, Extension>) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the Ext property.
- setFeedback(Feedback) - Method in class net.hockeyapp.android.objects.FeedbackResponse
-
- setFeedbackAttachments(List<FeedbackAttachment>) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setFeedbackMessage(FeedbackMessage) - Method in class net.hockeyapp.android.views.FeedbackMessageView
-
- setFilename(String) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- setFlags(long) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the Flags property.
- setFlowType(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the FlowType property.
- setFormat(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setHandler(Handler) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
-
- setHeader(String, String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
-
- setId(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the Id property.
- setId(String) - Method in class net.hockeyapp.android.metrics.model.Session
-
Sets the Id property.
- setId(String) - Method in class net.hockeyapp.android.metrics.model.User
-
Sets the Id property.
- setId(int) - Method in class net.hockeyapp.android.objects.Feedback
-
- setId(int) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- setId(int) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setIKey(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the IKey property.
- setImage(Bitmap, int) - Method in class net.hockeyapp.android.views.AttachmentView
-
- setIndex(int) - Method in class net.hockeyapp.android.views.FeedbackMessageView
-
- setInstrumentationKey(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the InstrumentationKey property.
- setIp(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the Ip property.
- setIsAudit(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the IsAudit property.
- setIsFirst(String) - Method in class net.hockeyapp.android.metrics.model.Session
-
Sets the IsFirst property.
- setIsNew(String) - Method in class net.hockeyapp.android.metrics.model.Session
-
Sets the IsNew property.
- setIsXamarinException(Boolean) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setLanguage(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the Language property.
- setLastMessageId(int) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
-
- setListener(CrashManagerListener) - Method in class net.hockeyapp.android.ExceptionHandler
-
- setLocale(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the Locale property.
- setLogLevel(int) - Static method in class net.hockeyapp.android.utils.HockeyLog
-
Set the log level to determine the amount of info the HockeySDK spews info into LogCat.
- setMachineName(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the MachineName property.
- setMeasurements(Map<String, Double>) - Method in class net.hockeyapp.android.metrics.model.EventData
-
Sets the Measurements property.
- setMessage(String) - Method in class net.hockeyapp.android.objects.ErrorObject
-
- setMessageId(int) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- setMessages(ArrayList<FeedbackMessage>) - Method in class net.hockeyapp.android.objects.Feedback
-
- setModel(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the Model property.
- setModel(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setName(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the Name property.
- setName(String) - Method in class net.hockeyapp.android.metrics.model.EventData
-
Sets the Name property.
- setName(String) - Method in class net.hockeyapp.android.objects.Feedback
-
- setName(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setNetwork(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the Network property.
- setNetworkName(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the NetworkName property.
- setOem(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setOemName(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the OemName property.
- setOs(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the Os property.
- setOs(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the Os property.
- setOsBuild(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setOsVer(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the OsVer property.
- setOsVersion(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the OsVersion property.
- setOsVersion(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setOsVersion(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setPersistence(Persistence) - Method in class net.hockeyapp.android.metrics.Sender
-
Set persistence used to reserve, free, or delete files (enables dependency injection).
- setProfileClassId(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the ProfileClassId property.
- setProfileId(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the ProfileId property.
- setProperties(Map<String, String>) - Method in class net.hockeyapp.android.metrics.ITelemetry
-
Sets the properties.
- setProperties(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.EventData
-
Sets the Properties property.
- setProperties(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Sets the Properties property.
- setReporterKey(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setRequestBody(String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
-
- setRequestMethod(String) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
-
- setRequestSource(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the RequestSource property.
- setRequireUserEmail(FeedbackUserDataElement) - Static method in class net.hockeyapp.android.FeedbackManager
-
Sets the required setting for the user email property
- setRequireUserName(FeedbackUserDataElement) - Static method in class net.hockeyapp.android.FeedbackManager
-
Sets the required setting for the user name property
- setRoleInstance(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the RoleInstance property.
- setRoleName(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the RoleName property.
- setSampleRate(int) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the PopSample property.
- setScreenResolution(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the ScreenResolution property.
- setSdkVersion(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the SdkVersion property.
- setSender(Sender) - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
- setSeqNum(long) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the SeqNum property.
- setSessionTrackingDisabled(Boolean) - Static method in class net.hockeyapp.android.metrics.MetricsManager
-
- setShowProgressDialog(boolean) - Method in class net.hockeyapp.android.tasks.LoginTask
-
- setShowProgressDialog(boolean) - Method in class net.hockeyapp.android.tasks.SendFeedbackTask
-
- setState(SessionState) - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Sets the State property.
- setStatus(String) - Method in class net.hockeyapp.android.objects.FeedbackResponse
-
- setStoreRegion(String) - Method in class net.hockeyapp.android.metrics.model.User
-
Sets the StoreRegion property.
- setSubject(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setTags(Map<String, String>) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the Tags property.
- setTelemetryItemId(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the TelemetryItemId property.
- setText(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setThreadName(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setThrowableStackTrace(String) - Method in class net.hockeyapp.android.objects.CrashDetails
-
- setTime(String) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the Time property.
- setTimeout(int) - Method in class net.hockeyapp.android.utils.HttpURLConnectionBuilder
-
- setToken(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setToken(String) - Method in class net.hockeyapp.android.objects.FeedbackResponse
-
- setTrackingSourceId(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the TrackingSourceId property.
- setTrackingType(String) - Method in class net.hockeyapp.android.metrics.model.Internal
-
Sets the TrackingType property.
- setType(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the Type property.
- setTypeId(String) - Method in class net.hockeyapp.android.metrics.model.Application
-
Sets the TypeId property.
- SetupAttributes() - Method in class net.hockeyapp.android.metrics.model.Data
-
Sets up the events attributes
- SetupAttributes() - Method in class net.hockeyapp.android.metrics.model.EventData
-
Sets up the events attributes
- SetupAttributes() - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Sets up the events attributes
- setUpdatedAt(String) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- setUrl(String) - Method in class net.hockeyapp.android.objects.FeedbackAttachment
-
- setUrlString(String) - Method in class net.hockeyapp.android.tasks.ParseFeedbackTask
-
- setUserAgent(String) - Method in class net.hockeyapp.android.metrics.model.User
-
Sets the UserAgent property.
- setUserDescription(String) - Method in class net.hockeyapp.android.objects.CrashMetaData
-
- setUserEmail(String) - Static method in class net.hockeyapp.android.FeedbackManager
-
Sets the user's e-mail to pre-fill the feedback form with
- setUserEmail(String) - Method in class net.hockeyapp.android.objects.CrashMetaData
-
- setUserID(String) - Method in class net.hockeyapp.android.objects.CrashMetaData
-
- setUserName(String) - Static method in class net.hockeyapp.android.FeedbackManager
-
Sets the user's name to pre-fill the feedback form with
- setUserString(String) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setVer(int) - Method in class net.hockeyapp.android.metrics.ITelemetry
-
Sets the version
- setVer(String) - Method in class net.hockeyapp.android.metrics.model.Application
-
Sets the Ver property.
- setVer(int) - Method in class net.hockeyapp.android.metrics.model.Envelope
-
Sets the Ver property.
- setVer(int) - Method in class net.hockeyapp.android.metrics.model.EventData
-
Sets the Ver property.
- setVer(String) - Method in class net.hockeyapp.android.metrics.model.Extension
-
Sets the Ver property.
- setVer(int) - Method in class net.hockeyapp.android.metrics.model.SessionStateData
-
Sets the Ver property.
- setVia(int) - Method in class net.hockeyapp.android.objects.FeedbackMessage
-
- setVmName(String) - Method in class net.hockeyapp.android.metrics.model.Device
-
Sets the VmName property.
- shouldAutoUploadCrashes() - Method in class net.hockeyapp.android.CrashManagerListener
-
Return true if you want to auto-send crashes.
- shouldCreateNewFeedbackThread() - Method in class net.hockeyapp.android.FeedbackManagerListener
-
Called when posting a new feedback message.
- showFeedbackActivity(Context, Uri...) - Static method in class net.hockeyapp.android.FeedbackManager
-
- showFeedbackActivity(Context, Bundle, Uri...) - Static method in class net.hockeyapp.android.FeedbackManager
-
- signalImageLoadingError() - Method in class net.hockeyapp.android.views.AttachmentView
-
- SimpleMultipartEntity - Class in net.hockeyapp.android.utils
-
Description
- SimpleMultipartEntity(File) - Constructor for class net.hockeyapp.android.utils.SimpleMultipartEntity
-
- START_TIME_KEY - Static variable in class net.hockeyapp.android.Tracking
-
Key for shared preferences to store a start time.
- startDownloadTask() - Method in class net.hockeyapp.android.UpdateFragment
-
Starts the download task and sets the listener for a successful
download, a failed download, and configuration strings.
- startUsage(Activity) - Static method in class net.hockeyapp.android.Tracking
-
Starts tracking of the usage time for the given activity.
- stopUsage(Activity) - Static method in class net.hockeyapp.android.Tracking
-
Stops tracking of the usage time for the given activity.
- submitStackTraces(WeakReference<Context>, CrashManagerListener) - Static method in class net.hockeyapp.android.CrashManager
-
Submits all stack traces in the files dir to HockeyApp.
- submitStackTraces(WeakReference<Context>, CrashManagerListener, CrashMetaData) - Static method in class net.hockeyapp.android.CrashManager
-
Submits all stack traces in the files dir to HockeyApp.