discord-jadx/app/src/main/java/androidx/core/view/OnReceiveContentViewBehavio...

9 lines
252 B
Java

package androidx.core.view;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
public interface OnReceiveContentViewBehavior {
@Nullable
ContentInfoCompat onReceiveContent(@NonNull ContentInfoCompat contentInfoCompat);
}