| Package | Description |
|---|---|
| cn.leancloud.play.plugin.request |
| Modifier and Type | Method and Description |
|---|---|
CacheOption |
SendEventOptions.getCacheOption()
获取发送事件带着缓存方式选项
|
CacheOption |
SendEventRequest.getCacheOption()
获取事件缓存选项
|
static CacheOption |
CacheOption.of(byte code) |
static CacheOption |
CacheOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheOption[] |
CacheOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SendEventRequest |
SendEventRequest.setCacheOption(CacheOption opt)
设置事件缓存选项
|
SendEventOptions.SendEventOptionsBuilder |
SendEventOptions.SendEventOptionsBuilder.withCacheOption(CacheOption option)
发送事件带着缓存方式选项
|
Copyright © 2019 LeanCloud. All rights reserved.