-
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
...rc/oldarch/com/facebook/react/viewmanagers/RNGoogleMobileAdsMediaViewManagerDelegate.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/oldarch/com/facebook/react/viewmanagers/RNGoogleMobileAdsMediaViewManagerInterface.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package com.facebook.react.viewmanagers; | ||
|
||
import android.view.View; | ||
|
||
import androidx.annotation.Nullable; | ||
|
||
public interface RNGoogleMobileAdsMediaViewManagerInterface<T extends View> { | ||
void setResponseId(T view, @Nullable String responseId); | ||
|
||
void setResizeMode(T view, @Nullable String resizeMode); | ||
} |
7 changes: 4 additions & 3 deletions
7
...c/oldarch/com/facebook/react/viewmanagers/RNGoogleMobileAdsNativeViewManagerDelegate.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../oldarch/com/facebook/react/viewmanagers/RNGoogleMobileAdsNativeViewManagerInterface.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package com.facebook.react.viewmanagers; | ||
|
||
import android.view.View; | ||
|
||
import androidx.annotation.Nullable; | ||
|
||
public interface RNGoogleMobileAdsNativeViewManagerInterface<T extends View> { | ||
void setResponseId(T view, @Nullable String responseId); | ||
|
||
void registerAsset(T view, String assetKey, int reactTag); | ||
} |