Documentation
¶
Index ¶
- type App
- type AppOption
- type Apps
- type Feature
- type LIFFClient
- func (liff *LIFFClient) Add(option *AppOption) (*LIFFIDResponse, error)
- func (liff *LIFFClient) Delete(liffID string) error
- func (liff *LIFFClient) GetLineAccessToken() string
- func (liff *LIFFClient) List() (*Apps, error)
- func (_ LIFFClient) NewAppOption(description, liffType, liffURL string, ble bool) (*AppOption, error)
- func (_ LIFFClient) NewPushMessage(liffID, userID string) *PushMessage
- func (liff *LIFFClient) Send(pushMessage *PushMessage) error
- func (liff *LIFFClient) Update(liffID string, option *AppOption) error
- type LIFFIDResponse
- type Message
- type PushMessage
- type View
- type ViewType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LIFFClient ¶
type LIFFClient struct {
// contains filtered or unexported fields
}
func NewLIFFClient ¶
func NewLIFFClient(token string) *LIFFClient
func (*LIFFClient) Add ¶
func (liff *LIFFClient) Add(option *AppOption) (*LIFFIDResponse, error)
func (*LIFFClient) Delete ¶
func (liff *LIFFClient) Delete(liffID string) error
func (*LIFFClient) GetLineAccessToken ¶
func (liff *LIFFClient) GetLineAccessToken() string
func (*LIFFClient) List ¶
func (liff *LIFFClient) List() (*Apps, error)
func (LIFFClient) NewAppOption ¶
func (_ LIFFClient) NewAppOption(description, liffType, liffURL string, ble bool) (*AppOption, error)
func (LIFFClient) NewPushMessage ¶
func (_ LIFFClient) NewPushMessage(liffID, userID string) *PushMessage
func (*LIFFClient) Send ¶
func (liff *LIFFClient) Send(pushMessage *PushMessage) error
type LIFFIDResponse ¶
type LIFFIDResponse struct {
LiffID string `json:"liffId"`
}
type PushMessage ¶
type ViewType ¶
type ViewType int
func NewViewType ¶
func (*ViewType) UnmarshalJSON ¶
Unmarshal時の動作を定義します
Click to show internal directories.
Click to hide internal directories.