Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba451f6c authored by shubang's avatar shubang
Browse files

TIAF API review: add JavaDoc

Bug: 218518120
Test: mmm
Change-Id: Id67c9b1f6a6f0566c6c367e3a94a2e8080c31152
parent 310faefc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;