AppFunctionActivityState


@RequiresApi(value = 37)
class AppFunctionActivityState


The state of an activity from the perspective of app functions, retrieved using AppFunctionManager.getAppFunctionActivityStates.

This holds which app functions are registered for a given activity, a property that can change at runtime during the app's operation.

See also
AppFunctionState

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

AppFunctionActivityId

The android.app.appfunctions.AppFunctionActivityId associated with this state.

ArraySet<AppFunctionName>

The AppFunctionNames associated with this state.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

activityId

Added in 1.0.0-alpha11
val activityIdAppFunctionActivityId

The android.app.appfunctions.AppFunctionActivityId associated with this state.

functionNames

Added in 1.0.0-alpha11
val functionNamesArraySet<AppFunctionName>

The AppFunctionNames associated with this state.