Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type BackEventServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *BackEventServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error) + func (s *BackEventServer) GetFrameTimeMillis(_ context.Context, req *pb.GetFrameTimeMillisRequest) (*pb.GetFrameTimeMillisResponse, error) + func (s *BackEventServer) GetProgress(_ context.Context, req *pb.GetProgressRequest) (*pb.GetProgressResponse, error) + func (s *BackEventServer) GetSwipeEdge(_ context.Context, req *pb.GetSwipeEdgeRequest) (*pb.GetSwipeEdgeResponse, error) + func (s *BackEventServer) GetTouchX(_ context.Context, req *pb.GetTouchXRequest) (*pb.GetTouchXResponse, error) + func (s *BackEventServer) GetTouchY(_ context.Context, req *pb.GetTouchYRequest) (*pb.GetTouchYResponse, error) + func (s *BackEventServer) NewBackEvent(_ context.Context, req *pb.NewBackEventRequest) (*pb.NewBackEventResponse, error) + func (s *BackEventServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + type SurfaceSyncGroupServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *SurfaceSyncGroupServer) Add2(_ context.Context, req *pb.Add2Request) (*pb.Add2Response, error) + func (s *SurfaceSyncGroupServer) Add2_1(_ context.Context, req *pb.Add2_1Request) (*pb.Add2_1Response, error) + func (s *SurfaceSyncGroupServer) AddTransaction(_ context.Context, req *pb.AddTransactionRequest) (*pb.AddTransactionResponse, error) + func (s *SurfaceSyncGroupServer) MarkSyncReady(_ context.Context, req *pb.MarkSyncReadyRequest) (*pb.MarkSyncReadyResponse, error) + func (s *SurfaceSyncGroupServer) NewSurfaceSyncGroup(_ context.Context, req *pb.NewSurfaceSyncGroupRequest) (*pb.NewSurfaceSyncGroupResponse, error) + type TrustedPresentationThresholdsServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TrustedPresentationThresholdsServer) DescribeContents(_ context.Context, ...) (*pb.DescribeContentsResponse, error) + func (s *TrustedPresentationThresholdsServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error) + func (s *TrustedPresentationThresholdsServer) GetMinAlpha(_ context.Context, req *pb.GetMinAlphaRequest) (*pb.GetMinAlphaResponse, error) + func (s *TrustedPresentationThresholdsServer) GetMinFractionRendered(_ context.Context, req *pb.GetMinFractionRenderedRequest) (*pb.GetMinFractionRenderedResponse, error) + func (s *TrustedPresentationThresholdsServer) GetStabilityRequirementMillis(_ context.Context, req *pb.GetStabilityRequirementMillisRequest) (*pb.GetStabilityRequirementMillisResponse, error) + func (s *TrustedPresentationThresholdsServer) HashCode(_ context.Context, req *pb.TrustedPresentationThresholdsHashCodeRequest) (*pb.HashCodeResponse, error) + func (s *TrustedPresentationThresholdsServer) NewTrustedPresentationThresholds(_ context.Context, req *pb.NewTrustedPresentationThresholdsRequest) (*pb.NewTrustedPresentationThresholdsResponse, error) + func (s *TrustedPresentationThresholdsServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + func (s *TrustedPresentationThresholdsServer) WriteToParcel(_ context.Context, req *pb.TrustedPresentationThresholdsWriteToParcelRequest) (*pb.WriteToParcelResponse, error)