Show / Hide Table of Contents

Class AN_ActivityResult

Object representing android activity onActivityResult callback https://developer.android.com/reference/android/app/Activity.html#onActivityResult(int,%20int,%20android.content.Intent)

Inheritance
System.Object
AN_ActivityResult
Namespace: SA.Android.App
Assembly: cs.temp.dll.dll
Syntax
public class AN_ActivityResult : SA_Result

Properties

Data

An Intent, which can return result data to the caller (various data can be attached to Intent "extras").

Declaration
public string Data { get; }
Property Value
Type Description
System.String

ResultCode

The integer result code returned by the child activity through its setResult().

Declaration
public AN_Activity.Result ResultCode { get; }
Property Value
Type Description
AN_Activity.Result
In This Article
Back to top Generated by DocFX