OpenGraphAction.Factory
最新バージョンのSDKではこのクラスは使用できません。
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

Exposes helpers for creating instances of OpenGraphAction.

拡張:Object
パッケージ:model
コンストラクター
OpenGraphAction.Factory()
public OpenGraphAction.Factory()
クラスメソッド
createForPost()

Creates an OpenGraphAction suitable for posting via, e.g., a native Share dialog.

public static OpenGraphAction createForPost()
Returns
An OpenGraphAction
createForPost(String)

Creates an OpenGraphAction suitable for posting via, e.g., a native Share dialog.

public static OpenGraphAction createForPost(String type)
パラメーター説明
typeThe Open Graph action type for the action, or null if it will be specified later
Returns
An OpenGraphAction
createForPost(Class, String)

Creates an OpenGraphAction suitable for posting via, e.g., a native Share dialog.

public static OpenGraphAction createForPost(Class graphObjectClass, String type)
パラメーター説明
graphObjectClassThe OpenGraphAction-derived type to return
typeThe Open Graph action type for the action, or null if it will be specified later
Returns
An OpenGraphAction