public interface GarbageCollect
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<GarbageCollectV3> |
gc() |
retrofit2.Call<GarbageCollectV3> |
gc(java.lang.String _exclude_fields)
Explicitly call System.gc().
|
@FormUrlEncoded @POST(value="/3/GarbageCollect") retrofit2.Call<GarbageCollectV3> gc(@Field(value="_exclude_fields") java.lang.String _exclude_fields)
_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@FormUrlEncoded @POST(value="/3/GarbageCollect") retrofit2.Call<GarbageCollectV3> gc()