Files
rr3-apk/smali_classes2/com/facebook/ads/internal/api/MediaViewApi.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

35 lines
859 B
Smali

.class public interface abstract Lcom/facebook/ads/internal/api/MediaViewApi;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/facebook/ads/internal/api/AdComponentViewApiProvider;
# annotations
.annotation build Landroidx/annotation/Keep;
.end annotation
# virtual methods
.method public abstract destroy()V
.end method
.method public abstract getAdContentsView()Landroid/view/View;
.end method
.method public abstract getMediaHeight()I
.end method
.method public abstract getMediaWidth()I
.end method
.method public abstract initialize(Lcom/facebook/ads/internal/api/AdViewConstructorParams;Lcom/facebook/ads/MediaView;)V
.end method
.method public abstract setListener(Lcom/facebook/ads/MediaViewListener;)V
.end method
.method public abstract setVideoRenderer(Lcom/facebook/ads/MediaViewVideoRenderer;)V
.end method