Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ComponentAdDataServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ComponentAdDataServer) DescribeContents(_ context.Context, req *pb.ComponentAdDataDescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *ComponentAdDataServer) Equals(_ context.Context, req *pb.ComponentAdDataEqualsRequest) (*pb.EqualsResponse, error) + func (s *ComponentAdDataServer) GetAdRenderId(_ context.Context, req *pb.GetAdRenderIdRequest) (*pb.GetAdRenderIdResponse, error) + func (s *ComponentAdDataServer) GetRenderUri(_ context.Context, req *pb.GetRenderUriRequest) (*pb.GetRenderUriResponse, error) + func (s *ComponentAdDataServer) HashCode(_ context.Context, req *pb.ComponentAdDataHashCodeRequest) (*pb.HashCodeResponse, error) + func (s *ComponentAdDataServer) NewComponentAdData(_ context.Context, req *pb.NewComponentAdDataRequest) (*pb.NewComponentAdDataResponse, error) + func (s *ComponentAdDataServer) ToString(_ context.Context, req *pb.ComponentAdDataToStringRequest) (*pb.ToStringResponse, error) + func (s *ComponentAdDataServer) WriteToParcel(_ context.Context, req *pb.ComponentAdDataWriteToParcelRequest) (*pb.WriteToParcelResponse, error)