AppFunctionName


class AppFunctionName


Globally unique identifier for an app function.

Summary

Public constructors

AppFunctionName(packageName: String, functionIdentifier: String)

Public functions

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

Public properties

String

The identifier of the app function within the packageName.

String

The package name of the Android app which contains the app function.

Public constructors

AppFunctionName

Added in 1.0.0-alpha09
AppFunctionName(packageName: String, functionIdentifier: String)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

functionIdentifier

Added in 1.0.0-alpha09
val functionIdentifierString

The identifier of the app function within the packageName.

packageName

Added in 1.0.0-alpha09
val packageNameString

The package name of the Android app which contains the app function.