Documentation
¶
Index ¶
- type GetWalletCardsCallbackClient
- type GetWalletCardsErrorClient
- func (c *GetWalletCardsErrorClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *GetWalletCardsErrorClient) GetIcon(ctx context.Context, handle int64) (int64, error)
- func (c *GetWalletCardsErrorClient) GetMessage(ctx context.Context, handle int64) (int64, error)
- func (c *GetWalletCardsErrorClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type GetWalletCardsRequestClient
- func (c *GetWalletCardsRequestClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *GetWalletCardsRequestClient) GetCardHeightPx(ctx context.Context, handle int64) (int32, error)
- func (c *GetWalletCardsRequestClient) GetCardWidthPx(ctx context.Context, handle int64) (int32, error)
- func (c *GetWalletCardsRequestClient) GetIconSizePx(ctx context.Context, handle int64) (int32, error)
- func (c *GetWalletCardsRequestClient) GetMaxCards(ctx context.Context, handle int64) (int32, error)
- func (c *GetWalletCardsRequestClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type GetWalletCardsResponseClient
- func (c *GetWalletCardsResponseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *GetWalletCardsResponseClient) GetSelectedIndex(ctx context.Context, handle int64) (int32, error)
- func (c *GetWalletCardsResponseClient) GetWalletCards(ctx context.Context, handle int64) (int64, error)
- func (c *GetWalletCardsResponseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type QuickAccessWalletServiceClient
- func (c *QuickAccessWalletServiceClient) GetGestureTargetActivityPendingIntent(ctx context.Context) (int64, error)
- func (c *QuickAccessWalletServiceClient) GetTargetActivityPendingIntent(ctx context.Context) (int64, error)
- func (c *QuickAccessWalletServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *QuickAccessWalletServiceClient) OnWalletCardSelected(ctx context.Context, arg0 int64) error
- func (c *QuickAccessWalletServiceClient) OnWalletCardsRequested(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *QuickAccessWalletServiceClient) OnWalletDismissed(ctx context.Context) error
- func (c *QuickAccessWalletServiceClient) SendWalletServiceEvent(ctx context.Context, arg0 int64) error
- type SelectWalletCardRequestClient
- func (c *SelectWalletCardRequestClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *SelectWalletCardRequestClient) GetCardId(ctx context.Context, handle int64) (string, error)
- func (c *SelectWalletCardRequestClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type WalletCardBuilderClient
- func (c *WalletCardBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *WalletCardBuilderClient) SetCardIcon(ctx context.Context, arg0 int64) (int64, error)
- func (c *WalletCardBuilderClient) SetCardLabel(ctx context.Context, arg0 string) (int64, error)
- func (c *WalletCardBuilderClient) SetNonPaymentCardSecondaryImage(ctx context.Context, arg0 int64) (int64, error)
- type WalletCardClient
- func (c *WalletCardClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *WalletCardClient) GetCardIcon(ctx context.Context) (int64, error)
- func (c *WalletCardClient) GetCardId(ctx context.Context) (string, error)
- func (c *WalletCardClient) GetCardImage(ctx context.Context) (int64, error)
- func (c *WalletCardClient) GetCardLabel(ctx context.Context) (int64, error)
- func (c *WalletCardClient) GetCardLocations(ctx context.Context) (int64, error)
- func (c *WalletCardClient) GetCardType(ctx context.Context) (int32, error)
- func (c *WalletCardClient) GetContentDescription(ctx context.Context) (int64, error)
- func (c *WalletCardClient) GetNonPaymentCardSecondaryImage(ctx context.Context) (int64, error)
- func (c *WalletCardClient) GetPendingIntent(ctx context.Context) (int64, error)
- func (c *WalletCardClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type WalletServiceEventClient
- func (c *WalletServiceEventClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *WalletServiceEventClient) GetEventType(ctx context.Context, handle int64) (int32, error)
- func (c *WalletServiceEventClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetWalletCardsCallbackClient ¶
type GetWalletCardsCallbackClient struct {
// contains filtered or unexported fields
}
GetWalletCardsCallbackClient wraps the gRPC GetWalletCardsCallbackService client.
func NewGetWalletCardsCallbackClient ¶
func NewGetWalletCardsCallbackClient(cc grpc.ClientConnInterface) *GetWalletCardsCallbackClient
NewGetWalletCardsCallbackClient creates a new GetWalletCardsCallback client.
type GetWalletCardsErrorClient ¶
type GetWalletCardsErrorClient struct {
// contains filtered or unexported fields
}
GetWalletCardsErrorClient wraps the gRPC GetWalletCardsErrorService client.
func NewGetWalletCardsErrorClient ¶
func NewGetWalletCardsErrorClient(cc grpc.ClientConnInterface) *GetWalletCardsErrorClient
NewGetWalletCardsErrorClient creates a new GetWalletCardsError client.
func (*GetWalletCardsErrorClient) DescribeContents ¶
func (c *GetWalletCardsErrorClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GetWalletCardsErrorClient) GetMessage ¶
GetMessage calls the GetMessage RPC.
func (*GetWalletCardsErrorClient) WriteToParcel ¶
func (c *GetWalletCardsErrorClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type GetWalletCardsRequestClient ¶
type GetWalletCardsRequestClient struct {
// contains filtered or unexported fields
}
GetWalletCardsRequestClient wraps the gRPC GetWalletCardsRequestService client.
func NewGetWalletCardsRequestClient ¶
func NewGetWalletCardsRequestClient(cc grpc.ClientConnInterface) *GetWalletCardsRequestClient
NewGetWalletCardsRequestClient creates a new GetWalletCardsRequest client.
func (*GetWalletCardsRequestClient) DescribeContents ¶
func (c *GetWalletCardsRequestClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GetWalletCardsRequestClient) GetCardHeightPx ¶
func (c *GetWalletCardsRequestClient) GetCardHeightPx(ctx context.Context, handle int64) (int32, error)
GetCardHeightPx calls the GetCardHeightPx RPC.
func (*GetWalletCardsRequestClient) GetCardWidthPx ¶
func (c *GetWalletCardsRequestClient) GetCardWidthPx(ctx context.Context, handle int64) (int32, error)
GetCardWidthPx calls the GetCardWidthPx RPC.
func (*GetWalletCardsRequestClient) GetIconSizePx ¶
func (c *GetWalletCardsRequestClient) GetIconSizePx(ctx context.Context, handle int64) (int32, error)
GetIconSizePx calls the GetIconSizePx RPC.
func (*GetWalletCardsRequestClient) GetMaxCards ¶
GetMaxCards calls the GetMaxCards RPC.
func (*GetWalletCardsRequestClient) WriteToParcel ¶
func (c *GetWalletCardsRequestClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type GetWalletCardsResponseClient ¶
type GetWalletCardsResponseClient struct {
// contains filtered or unexported fields
}
GetWalletCardsResponseClient wraps the gRPC GetWalletCardsResponseService client.
func NewGetWalletCardsResponseClient ¶
func NewGetWalletCardsResponseClient(cc grpc.ClientConnInterface) *GetWalletCardsResponseClient
NewGetWalletCardsResponseClient creates a new GetWalletCardsResponse client.
func (*GetWalletCardsResponseClient) DescribeContents ¶
func (c *GetWalletCardsResponseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*GetWalletCardsResponseClient) GetSelectedIndex ¶
func (c *GetWalletCardsResponseClient) GetSelectedIndex(ctx context.Context, handle int64) (int32, error)
GetSelectedIndex calls the GetSelectedIndex RPC.
func (*GetWalletCardsResponseClient) GetWalletCards ¶
func (c *GetWalletCardsResponseClient) GetWalletCards(ctx context.Context, handle int64) (int64, error)
GetWalletCards calls the GetWalletCards RPC.
func (*GetWalletCardsResponseClient) WriteToParcel ¶
func (c *GetWalletCardsResponseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type QuickAccessWalletServiceClient ¶
type QuickAccessWalletServiceClient struct {
// contains filtered or unexported fields
}
QuickAccessWalletServiceClient wraps the gRPC QuickAccessWalletServiceService client.
func NewQuickAccessWalletServiceClient ¶
func NewQuickAccessWalletServiceClient(cc grpc.ClientConnInterface) *QuickAccessWalletServiceClient
NewQuickAccessWalletServiceClient creates a new QuickAccessWalletService client.
func (*QuickAccessWalletServiceClient) GetGestureTargetActivityPendingIntent ¶
func (c *QuickAccessWalletServiceClient) GetGestureTargetActivityPendingIntent(ctx context.Context) (int64, error)
GetGestureTargetActivityPendingIntent calls the GetGestureTargetActivityPendingIntent RPC.
func (*QuickAccessWalletServiceClient) GetTargetActivityPendingIntent ¶
func (c *QuickAccessWalletServiceClient) GetTargetActivityPendingIntent(ctx context.Context) (int64, error)
GetTargetActivityPendingIntent calls the GetTargetActivityPendingIntent RPC.
func (*QuickAccessWalletServiceClient) OnWalletCardSelected ¶
func (c *QuickAccessWalletServiceClient) OnWalletCardSelected(ctx context.Context, arg0 int64) error
OnWalletCardSelected calls the OnWalletCardSelected RPC.
func (*QuickAccessWalletServiceClient) OnWalletCardsRequested ¶
func (c *QuickAccessWalletServiceClient) OnWalletCardsRequested(ctx context.Context, arg0 int64, arg1 int64) error
OnWalletCardsRequested calls the OnWalletCardsRequested RPC.
func (*QuickAccessWalletServiceClient) OnWalletDismissed ¶
func (c *QuickAccessWalletServiceClient) OnWalletDismissed(ctx context.Context) error
OnWalletDismissed calls the OnWalletDismissed RPC.
func (*QuickAccessWalletServiceClient) SendWalletServiceEvent ¶
func (c *QuickAccessWalletServiceClient) SendWalletServiceEvent(ctx context.Context, arg0 int64) error
SendWalletServiceEvent calls the SendWalletServiceEvent RPC.
type SelectWalletCardRequestClient ¶
type SelectWalletCardRequestClient struct {
// contains filtered or unexported fields
}
SelectWalletCardRequestClient wraps the gRPC SelectWalletCardRequestService client.
func NewSelectWalletCardRequestClient ¶
func NewSelectWalletCardRequestClient(cc grpc.ClientConnInterface) *SelectWalletCardRequestClient
NewSelectWalletCardRequestClient creates a new SelectWalletCardRequest client.
func (*SelectWalletCardRequestClient) DescribeContents ¶
func (c *SelectWalletCardRequestClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*SelectWalletCardRequestClient) GetCardId ¶
func (c *SelectWalletCardRequestClient) GetCardId(ctx context.Context, handle int64) (string, error)
GetCardId calls the GetCardId RPC.
func (*SelectWalletCardRequestClient) WriteToParcel ¶
func (c *SelectWalletCardRequestClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type WalletCardBuilderClient ¶
type WalletCardBuilderClient struct {
// contains filtered or unexported fields
}
WalletCardBuilderClient wraps the gRPC WalletCardBuilderService client.
func NewWalletCardBuilderClient ¶
func NewWalletCardBuilderClient(cc grpc.ClientConnInterface) *WalletCardBuilderClient
NewWalletCardBuilderClient creates a new WalletCardBuilder client.
func (*WalletCardBuilderClient) Build ¶
func (c *WalletCardBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*WalletCardBuilderClient) SetCardIcon ¶
SetCardIcon calls the SetCardIcon RPC.
func (*WalletCardBuilderClient) SetCardLabel ¶
SetCardLabel calls the SetCardLabel RPC.
func (*WalletCardBuilderClient) SetNonPaymentCardSecondaryImage ¶
func (c *WalletCardBuilderClient) SetNonPaymentCardSecondaryImage(ctx context.Context, arg0 int64) (int64, error)
SetNonPaymentCardSecondaryImage calls the SetNonPaymentCardSecondaryImage RPC.
type WalletCardClient ¶
type WalletCardClient struct {
// contains filtered or unexported fields
}
WalletCardClient wraps the gRPC WalletCardService client.
func NewWalletCardClient ¶
func NewWalletCardClient(cc grpc.ClientConnInterface) *WalletCardClient
NewWalletCardClient creates a new WalletCard client.
func (*WalletCardClient) DescribeContents ¶
func (c *WalletCardClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*WalletCardClient) GetCardIcon ¶
func (c *WalletCardClient) GetCardIcon(ctx context.Context) (int64, error)
GetCardIcon calls the GetCardIcon RPC.
func (*WalletCardClient) GetCardId ¶
func (c *WalletCardClient) GetCardId(ctx context.Context) (string, error)
GetCardId calls the GetCardId RPC.
func (*WalletCardClient) GetCardImage ¶
func (c *WalletCardClient) GetCardImage(ctx context.Context) (int64, error)
GetCardImage calls the GetCardImage RPC.
func (*WalletCardClient) GetCardLabel ¶
func (c *WalletCardClient) GetCardLabel(ctx context.Context) (int64, error)
GetCardLabel calls the GetCardLabel RPC.
func (*WalletCardClient) GetCardLocations ¶
func (c *WalletCardClient) GetCardLocations(ctx context.Context) (int64, error)
GetCardLocations calls the GetCardLocations RPC.
func (*WalletCardClient) GetCardType ¶
func (c *WalletCardClient) GetCardType(ctx context.Context) (int32, error)
GetCardType calls the GetCardType RPC.
func (*WalletCardClient) GetContentDescription ¶
func (c *WalletCardClient) GetContentDescription(ctx context.Context) (int64, error)
GetContentDescription calls the GetContentDescription RPC.
func (*WalletCardClient) GetNonPaymentCardSecondaryImage ¶
func (c *WalletCardClient) GetNonPaymentCardSecondaryImage(ctx context.Context) (int64, error)
GetNonPaymentCardSecondaryImage calls the GetNonPaymentCardSecondaryImage RPC.
func (*WalletCardClient) GetPendingIntent ¶
func (c *WalletCardClient) GetPendingIntent(ctx context.Context) (int64, error)
GetPendingIntent calls the GetPendingIntent RPC.
func (*WalletCardClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type WalletServiceEventClient ¶
type WalletServiceEventClient struct {
// contains filtered or unexported fields
}
WalletServiceEventClient wraps the gRPC WalletServiceEventService client.
func NewWalletServiceEventClient ¶
func NewWalletServiceEventClient(cc grpc.ClientConnInterface) *WalletServiceEventClient
NewWalletServiceEventClient creates a new WalletServiceEvent client.
func (*WalletServiceEventClient) DescribeContents ¶
func (c *WalletServiceEventClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*WalletServiceEventClient) GetEventType ¶
GetEventType calls the GetEventType RPC.
func (*WalletServiceEventClient) WriteToParcel ¶
func (c *WalletServiceEventClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.