-
public final class ViewIndexer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewIndexer.Companion
-
Constructor Summary
Constructors Constructor Description ViewIndexer(Activity activity)
-
Method Summary
Modifier and Type Method Description final Unitschedule()final Unitunschedule()final UnitsendToServerUnity(String tree)final UnitprocessRequest(GraphRequest request, String currentDigest)Process graph request -
-
Constructor Detail
-
ViewIndexer
ViewIndexer(Activity activity)
-
-
Method Detail
-
unschedule
final Unit unschedule()
-
sendToServerUnity
@Deprecated(message = Plase use sendToServerUnityInstance and sendToServerUnity will be removed soon.) final Unit sendToServerUnity(String tree)
-
processRequest
final Unit processRequest(GraphRequest request, String currentDigest)
Process graph request
- Parameters:
request- graphRequest to process
-
-
-
-