Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type TileServiceServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TileServiceServer) GetQsTile(_ context.Context, req *pb.GetQsTileRequest) (*pb.GetQsTileResponse, error) + func (s *TileServiceServer) IsLocked(_ context.Context, req *pb.IsLockedRequest) (*pb.IsLockedResponse, error) + func (s *TileServiceServer) IsSecure(_ context.Context, req *pb.IsSecureRequest) (*pb.IsSecureResponse, error) + func (s *TileServiceServer) NewTileService(_ context.Context, req *pb.NewTileServiceRequest) (*pb.NewTileServiceResponse, error) + func (s *TileServiceServer) OnBind(_ context.Context, req *pb.OnBindRequest) (*pb.OnBindResponse, error) + func (s *TileServiceServer) OnClick(_ context.Context, req *pb.OnClickRequest) (*pb.OnClickResponse, error) + func (s *TileServiceServer) OnDestroy(_ context.Context, req *pb.OnDestroyRequest) (*pb.OnDestroyResponse, error) + func (s *TileServiceServer) OnStartListening(_ context.Context, req *pb.OnStartListeningRequest) (*pb.OnStartListeningResponse, error) + func (s *TileServiceServer) OnStopListening(_ context.Context, req *pb.OnStopListeningRequest) (*pb.OnStopListeningResponse, error) + func (s *TileServiceServer) OnTileAdded(_ context.Context, req *pb.OnTileAddedRequest) (*pb.OnTileAddedResponse, error) + func (s *TileServiceServer) OnTileRemoved(_ context.Context, req *pb.OnTileRemovedRequest) (*pb.OnTileRemovedResponse, error) + func (s *TileServiceServer) RequestListeningState(_ context.Context, req *pb.RequestListeningStateRequest) (*pb.RequestListeningStateResponse, error) + func (s *TileServiceServer) ShowDialog(_ context.Context, req *pb.ShowDialogRequest) (*pb.ShowDialogResponse, error) + func (s *TileServiceServer) StartActivityAndCollapse1(_ context.Context, req *pb.StartActivityAndCollapse1Request) (*pb.StartActivityAndCollapse1Response, error) + func (s *TileServiceServer) StartActivityAndCollapse1_1(_ context.Context, req *pb.StartActivityAndCollapse1_1Request) (*pb.StartActivityAndCollapse1_1Response, error) + func (s *TileServiceServer) UnlockAndRun(_ context.Context, req *pb.UnlockAndRunRequest) (*pb.UnlockAndRunResponse, error)