TIAF API review: add JavaDoc

Bug: 218518120
Test: mmm
Change-Id: Id67c9b1f6a6f0566c6c367e3a94a2e8080c31152
This commit is contained in:
shubang
2022-03-08 02:40:55 -08:00
parent 310faefc84
commit ba451f6c63

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;