Documentation
¶
Index ¶
- type Client
- func (c *Client) AcceptHandover(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
- func (c *Client) AcceptRingingCall0(ctx context.Context) error
- func (c *Client) AcceptRingingCall1_1(ctx context.Context, arg0 int32) error
- func (c *Client) AddCall(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, ...) error
- func (c *Client) AddNewIncomingCall(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Client) AddNewIncomingConference(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Client) CancelMissedCallsNotification(ctx context.Context) error
- func (c *Client) CreateManageBlockedNumbersIntent(ctx context.Context) (int64, error)
- func (c *Client) EndCall(ctx context.Context) (bool, error)
- func (c *Client) GetAdnUriForPhoneAccount(ctx context.Context, arg0 int64) (int64, error)
- func (c *Client) GetCallCapablePhoneAccounts(ctx context.Context) (int64, error)
- func (c *Client) GetDefaultDialerPackage(ctx context.Context) (string, error)
- func (c *Client) GetDefaultOutgoingPhoneAccount(ctx context.Context, arg0 string) (int64, error)
- func (c *Client) GetLine1Number(ctx context.Context, arg0 int64) (string, error)
- func (c *Client) GetOwnSelfManagedPhoneAccounts(ctx context.Context) (int64, error)
- func (c *Client) GetPhoneAccount(ctx context.Context, arg0 int64) (int64, error)
- func (c *Client) GetRegisteredPhoneAccounts(ctx context.Context) (int64, error)
- func (c *Client) GetSelfManagedPhoneAccounts(ctx context.Context) (int64, error)
- func (c *Client) GetSimCallManager(ctx context.Context) (int64, error)
- func (c *Client) GetSimCallManagerForSubscription(ctx context.Context, arg0 int32) (int64, error)
- func (c *Client) GetSystemDialerPackage(ctx context.Context) (string, error)
- func (c *Client) GetUserSelectedOutgoingPhoneAccount(ctx context.Context) (int64, error)
- func (c *Client) GetVoiceMailNumber(ctx context.Context, arg0 int64) (string, error)
- func (c *Client) HandleMmi1(ctx context.Context, arg0 string) (bool, error)
- func (c *Client) HandleMmi2_1(ctx context.Context, arg0 string, arg1 int64) (bool, error)
- func (c *Client) HasManageOngoingCallsPermission(ctx context.Context) (bool, error)
- func (c *Client) IsInCall(ctx context.Context) (bool, error)
- func (c *Client) IsInManagedCall(ctx context.Context) (bool, error)
- func (c *Client) IsIncomingCallPermitted(ctx context.Context, arg0 int64) (bool, error)
- func (c *Client) IsOutgoingCallPermitted(ctx context.Context, arg0 int64) (bool, error)
- func (c *Client) IsTtySupported(ctx context.Context) (bool, error)
- func (c *Client) IsVoiceMailNumber(ctx context.Context, arg0 int64, arg1 string) (bool, error)
- func (c *Client) PlaceCall(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Client) RegisterPhoneAccount(ctx context.Context, arg0 int64) error
- func (c *Client) ShowInCallScreen(ctx context.Context, arg0 bool) error
- func (c *Client) SilenceRinger(ctx context.Context) error
- func (c *Client) StartConference(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Client) UnregisterPhoneAccount(ctx context.Context, arg0 int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps the gRPC ManagerService client.
func NewClient ¶
func NewClient(cc grpc.ClientConnInterface) *Client
NewClient creates a new telecom client.
func (*Client) AcceptHandover ¶
AcceptHandover calls the AcceptHandover RPC.
func (*Client) AcceptRingingCall0 ¶
AcceptRingingCall0 calls the AcceptRingingCall0 RPC.
func (*Client) AcceptRingingCall1_1 ¶
AcceptRingingCall1_1 calls the AcceptRingingCall1_1 RPC.
func (*Client) AddCall ¶
func (c *Client) AddCall(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, arg4 int64) error
AddCall calls the AddCall RPC.
func (*Client) AddNewIncomingCall ¶
AddNewIncomingCall calls the AddNewIncomingCall RPC.
func (*Client) AddNewIncomingConference ¶
AddNewIncomingConference calls the AddNewIncomingConference RPC.
func (*Client) CancelMissedCallsNotification ¶
CancelMissedCallsNotification calls the CancelMissedCallsNotification RPC.
func (*Client) CreateManageBlockedNumbersIntent ¶
CreateManageBlockedNumbersIntent calls the CreateManageBlockedNumbersIntent RPC.
func (*Client) GetAdnUriForPhoneAccount ¶
GetAdnUriForPhoneAccount calls the GetAdnUriForPhoneAccount RPC.
func (*Client) GetCallCapablePhoneAccounts ¶
GetCallCapablePhoneAccounts calls the GetCallCapablePhoneAccounts RPC.
func (*Client) GetDefaultDialerPackage ¶
GetDefaultDialerPackage calls the GetDefaultDialerPackage RPC.
func (*Client) GetDefaultOutgoingPhoneAccount ¶
GetDefaultOutgoingPhoneAccount calls the GetDefaultOutgoingPhoneAccount RPC.
func (*Client) GetLine1Number ¶
GetLine1Number calls the GetLine1Number RPC.
func (*Client) GetOwnSelfManagedPhoneAccounts ¶
GetOwnSelfManagedPhoneAccounts calls the GetOwnSelfManagedPhoneAccounts RPC.
func (*Client) GetPhoneAccount ¶
GetPhoneAccount calls the GetPhoneAccount RPC.
func (*Client) GetRegisteredPhoneAccounts ¶
GetRegisteredPhoneAccounts calls the GetRegisteredPhoneAccounts RPC.
func (*Client) GetSelfManagedPhoneAccounts ¶
GetSelfManagedPhoneAccounts calls the GetSelfManagedPhoneAccounts RPC.
func (*Client) GetSimCallManager ¶
GetSimCallManager calls the GetSimCallManager RPC.
func (*Client) GetSimCallManagerForSubscription ¶
GetSimCallManagerForSubscription calls the GetSimCallManagerForSubscription RPC.
func (*Client) GetSystemDialerPackage ¶
GetSystemDialerPackage calls the GetSystemDialerPackage RPC.
func (*Client) GetUserSelectedOutgoingPhoneAccount ¶
GetUserSelectedOutgoingPhoneAccount calls the GetUserSelectedOutgoingPhoneAccount RPC.
func (*Client) GetVoiceMailNumber ¶
GetVoiceMailNumber calls the GetVoiceMailNumber RPC.
func (*Client) HandleMmi1 ¶
HandleMmi1 calls the HandleMmi1 RPC.
func (*Client) HandleMmi2_1 ¶
HandleMmi2_1 calls the HandleMmi2_1 RPC.
func (*Client) HasManageOngoingCallsPermission ¶
HasManageOngoingCallsPermission calls the HasManageOngoingCallsPermission RPC.
func (*Client) IsInManagedCall ¶
IsInManagedCall calls the IsInManagedCall RPC.
func (*Client) IsIncomingCallPermitted ¶
IsIncomingCallPermitted calls the IsIncomingCallPermitted RPC.
func (*Client) IsOutgoingCallPermitted ¶
IsOutgoingCallPermitted calls the IsOutgoingCallPermitted RPC.
func (*Client) IsTtySupported ¶
IsTtySupported calls the IsTtySupported RPC.
func (*Client) IsVoiceMailNumber ¶
IsVoiceMailNumber calls the IsVoiceMailNumber RPC.
func (*Client) RegisterPhoneAccount ¶
RegisterPhoneAccount calls the RegisterPhoneAccount RPC.
func (*Client) ShowInCallScreen ¶
ShowInCallScreen calls the ShowInCallScreen RPC.
func (*Client) SilenceRinger ¶
SilenceRinger calls the SilenceRinger RPC.
func (*Client) StartConference ¶
StartConference calls the StartConference RPC.