Merge "TIAF API review: add JavaDoc" into tm-dev

This commit is contained in:
Shubang Lu
2022-03-08 23:27:09 +00:00
committed by Android (Google) Code Review

View File

@@ -131,6 +131,10 @@ public final class TvInteractiveAppInfo implements Parcelable {
dest.writeInt(mTypes);
}
/**
* Returns a unique ID for this TV interactive app service. The ID is generated from the package
* and class name implementing the TV interactive app service.
*/
@NonNull
public String getId() {
return mId;