TIAF API review: add JavaDoc
Bug: 218518120 Test: mmm Change-Id: Id67c9b1f6a6f0566c6c367e3a94a2e8080c31152
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user