AppFunctionName


public final class AppFunctionName


Globally unique identifier for an app function.

Summary

Public constructors

AppFunctionName(
    @NonNull String packageName,
    @NonNull String functionIdentifier
)

Public methods

boolean
equals(Object other)
final @NonNull String

The identifier of the app function within the packageName.

final @NonNull String

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

int
@NonNull String

Public constructors

AppFunctionName

Added in 1.0.0-alpha09
public AppFunctionName(
    @NonNull String packageName,
    @NonNull String functionIdentifier
)

Public methods

equals

public boolean equals(Object other)

getFunctionIdentifier

Added in 1.0.0-alpha09
public final @NonNull String getFunctionIdentifier()

The identifier of the app function within the packageName.

getPackageName

Added in 1.0.0-alpha09
public final @NonNull String getPackageName()

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

hashCode

public int hashCode()

toString

public @NonNull String toString()