public static class

HelperActivity.ActivityResult

extends Object
java.lang.Object
   ↳ com.urbanairship.util.HelperActivity.ActivityResult

Class Overview

Wraps the result code and data from starting an activity for a result.

Summary

Public Constructors
ActivityResult()
Public Methods
Intent getIntent()
Gets the result intent.
int getResultCode()
Gets the result code from the activity.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ActivityResult ()

Public Methods

public Intent getIntent ()

Gets the result intent.

Returns
  • The result intent from the activity.

public int getResultCode ()

Gets the result code from the activity.

Returns
  • The result code from the activity.