VancedMicroG/play-services-api/src/main/aidl/com/google/android/gms/drive/internal/IEventCallback.aidl

8 lines
195 B
Plaintext
Raw Normal View History

2022-01-26 05:26:56 +00:00
package com.google.android.gms.drive.internal;
import com.google.android.gms.drive.internal.EventResponse;
interface IEventCallback {
void onEventResponse(in EventResponse response) = 0;
}