Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type InfoServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *InfoServer) DescribeContents(_ context.Context, req *pb.InfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *InfoServer) GetOsVersion(_ context.Context, req *pb.GetOsVersionRequest) (*pb.GetOsVersionResponse, error) + func (s *InfoServer) NewInfo(_ context.Context, req *pb.NewInfoRequest) (*pb.NewInfoResponse, error) + func (s *InfoServer) WriteToParcel(_ context.Context, req *pb.InfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type ManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ManagerServer) CreateForCardId(_ context.Context, req *pb.CreateForCardIdRequest) (*pb.CreateForCardIdResponse, error) + func (s *ManagerServer) DeleteSubscription(_ context.Context, req *pb.DeleteSubscriptionRequest) (*pb.DeleteSubscriptionResponse, error) + func (s *ManagerServer) DownloadSubscription(_ context.Context, req *pb.DownloadSubscriptionRequest) (*pb.DownloadSubscriptionResponse, error) + func (s *ManagerServer) GetAvailableMemoryInBytes(_ context.Context, req *pb.GetAvailableMemoryInBytesRequest) (*pb.GetAvailableMemoryInBytesResponse, error) + func (s *ManagerServer) GetEid(_ context.Context, req *pb.GetEidRequest) (*pb.GetEidResponse, error) + func (s *ManagerServer) GetEuiccInfo(_ context.Context, req *pb.GetEuiccInfoRequest) (*pb.GetEuiccInfoResponse, error) + func (s *ManagerServer) IsEnabled(_ context.Context, req *pb.IsEnabledRequest) (*pb.IsEnabledResponse, error) + func (s *ManagerServer) IsSimPortAvailable(_ context.Context, req *pb.IsSimPortAvailableRequest) (*pb.IsSimPortAvailableResponse, error) + func (s *ManagerServer) StartResolutionActivity(_ context.Context, req *pb.StartResolutionActivityRequest) (*pb.StartResolutionActivityResponse, error) + func (s *ManagerServer) SwitchToSubscription2(_ context.Context, req *pb.SwitchToSubscription2Request) (*pb.SwitchToSubscription2Response, error) + func (s *ManagerServer) SwitchToSubscription3_1(_ context.Context, req *pb.SwitchToSubscription3_1Request) (*pb.SwitchToSubscription3_1Response, error) + func (s *ManagerServer) UpdateSubscriptionNickname(_ context.Context, req *pb.UpdateSubscriptionNicknameRequest) (*pb.UpdateSubscriptionNicknameResponse, error)