-
public class ViewIndexer
-
-
Constructor Summary
Constructors Constructor Description ViewIndexer(Activity activity)
-
Method Summary
Modifier and Type Method Description voidschedule()voidunschedule()static voidsendToServerUnityInstance(String tree)voidsendToServerUnity(String tree)static GraphRequestbuildAppIndexingRequest(String appIndex, AccessToken accessToken, String appId, String requestType)-
-
Constructor Detail
-
ViewIndexer
ViewIndexer(Activity activity)
-
-
Method Detail
-
schedule
void schedule()
-
unschedule
void unschedule()
-
sendToServerUnityInstance
static void sendToServerUnityInstance(String tree)
-
sendToServerUnity
@Deprecated() void sendToServerUnity(String tree)
-
buildAppIndexingRequest
@Nullable() static GraphRequest buildAppIndexingRequest(String appIndex, AccessToken accessToken, String appId, String requestType)
-
-
-
-