Public メソッド | Static Public メソッド | Protected 変数 | プロパティ
クラス MixiADBannerView

mixi Ad Programビュークラス [詳細]

#import <MixiADBannerView.h>

すべてのメンバ一覧

Public メソッド

(void) - addOnTop
 ウィンドウのルートビューの上にADビューを表示
(void) - addOn:
 指定されたビューの上にADビューを表示

Static Public メソッド

(MixiADBannerView *) + sharedView
 共有インスタンスを取得

Protected 変数

int currentContentSizeIdentifier_
 現在のビューの向き
BOOL useOrientation_
 デバイスの向きに応じて表示を変更するかどうか
MixiReportermapReporter_
 mAPレポーター

プロパティ

int currentContentSizeIdentifier
BOOL useOrientation
int orientation
MixiReportermapReporter

説明

mixi Ad Programビュークラス

mixi Ad Programを利用する場合はアプリケーションの上部に本ビューを表示してください。 デバイスの向きに応じて表示を変える場合はuseOrientationプロパティをYESに設定するか、 shouldAutorotateToInterfaceOrientation: メソッド内で明示的に orientation プロパティを設定してください。

― (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
     self.mixiAdBannerView.orientation = interfaceOrientation;
 }
 

関数

- (void) addOn: (UIView*)  view

指定されたビューの上にADビューを表示

引数:
viewビュー
+ (MixiADBannerView *) sharedView

共有インスタンスを取得

戻り値:
共有インスタンス

変数

- (BOOL) useOrientation_ [protected]

デバイスの向きに応じて表示を変更するかどうか

デフォルトではNO


このクラスの説明は次のファイルから生成されました:
 全て クラス ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義