| Package | Description |
|---|---|
| me.hao0.wechat.core | |
| me.hao0.wechat.loader | |
| me.hao0.wechat.model.js |
| Modifier and Type | Method and Description |
|---|---|
Ticket |
JsSdks.getTicket(String accessToken,
TicketType type)
获取临时凭证
|
void |
JsSdks.getTicket(String accessToken,
TicketType type,
Callback<Ticket> cb)
获取临时凭证
|
Ticket |
JsSdks.getTicket(TicketType type)
获取临时凭证
|
void |
JsSdks.getTicket(TicketType type,
Callback<Ticket> cb)
获取临时凭证
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultTicketLoader.get(TicketType type) |
String |
TicketLoader.get(TicketType type)
获取Ticket
|
| Modifier and Type | Method and Description |
|---|---|
TicketType |
Ticket.getType() |
static TicketType |
TicketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TicketType[] |
TicketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ticket.setType(TicketType type) |
Copyright © 2019. All rights reserved.