Interface ActivityResult

The result of an activity.

interface ActivityResult {
    intent: null | Intent;
    resultCode: number;
}

Properties

Properties

intent: null | Intent

The data returned from the activity.

resultCode: number

The result code of a completed activity, such as Activity.RESULT_OK