Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ContentServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ContentServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *ContentServer) GetClipData(_ context.Context, req *pb.GetClipDataRequest) (*pb.GetClipDataResponse, error) + func (s *ContentServer) GetExtras(_ context.Context, req *pb.GetExtrasRequest) (*pb.GetExtrasResponse, error) + func (s *ContentServer) GetIntent(_ context.Context, req *pb.GetIntentRequest) (*pb.GetIntentResponse, error) + func (s *ContentServer) GetSessionTransferUri(_ context.Context, req *pb.GetSessionTransferUriRequest) (*pb.GetSessionTransferUriResponse, error) + func (s *ContentServer) GetStructuredData(_ context.Context, req *pb.GetStructuredDataRequest) (*pb.GetStructuredDataResponse, error) + func (s *ContentServer) GetWebUri(_ context.Context, req *pb.GetWebUriRequest) (*pb.GetWebUriResponse, error) + func (s *ContentServer) IsAppProvidedIntent(_ context.Context, req *pb.IsAppProvidedIntentRequest) (*pb.IsAppProvidedIntentResponse, error) + func (s *ContentServer) IsAppProvidedWebUri(_ context.Context, req *pb.IsAppProvidedWebUriRequest) (*pb.IsAppProvidedWebUriResponse, error) + func (s *ContentServer) NewContent(_ context.Context, req *pb.NewContentRequest) (*pb.NewContentResponse, error) + func (s *ContentServer) SetClipData(_ context.Context, req *pb.SetClipDataRequest) (*pb.SetClipDataResponse, error) + func (s *ContentServer) SetIntent(_ context.Context, req *pb.SetIntentRequest) (*pb.SetIntentResponse, error) + func (s *ContentServer) SetSessionTransferUri(_ context.Context, req *pb.SetSessionTransferUriRequest) (*pb.SetSessionTransferUriResponse, error) + func (s *ContentServer) SetStructuredData(_ context.Context, req *pb.SetStructuredDataRequest) (*pb.SetStructuredDataResponse, error) + func (s *ContentServer) SetWebUri(_ context.Context, req *pb.SetWebUriRequest) (*pb.SetWebUriResponse, error) + func (s *ContentServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type StructureServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *StructureServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *StructureServer) GetAcquisitionEndTime(_ context.Context, req *pb.GetAcquisitionEndTimeRequest) (*pb.GetAcquisitionEndTimeResponse, error) + func (s *StructureServer) GetAcquisitionStartTime(_ context.Context, req *pb.GetAcquisitionStartTimeRequest) (*pb.GetAcquisitionStartTimeResponse, error) + func (s *StructureServer) GetActivityComponent(_ context.Context, req *pb.GetActivityComponentRequest) (*pb.GetActivityComponentResponse, error) + func (s *StructureServer) GetWindowNodeAt(_ context.Context, req *pb.GetWindowNodeAtRequest) (*pb.GetWindowNodeAtResponse, error) + func (s *StructureServer) GetWindowNodeCount(_ context.Context, req *pb.GetWindowNodeCountRequest) (*pb.GetWindowNodeCountResponse, error) + func (s *StructureServer) IsHomeActivity(_ context.Context, req *pb.IsHomeActivityRequest) (*pb.IsHomeActivityResponse, error) + func (s *StructureServer) NewStructure(_ context.Context, req *pb.NewStructureRequest) (*pb.NewStructureResponse, error) + func (s *StructureServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)