完全修飾ルームIDのストリング値の修飾子と単純IDを取得する便利メソッドです。
public static function getQualifier(fullRoomID:String):String 完全修飾ルームIDの修飾子を返します。 例えば、"example.chat"が渡されたとき、"examples"を返します。
パラメータ
戻り値 public static function getSimpleRoomID(fullRoomID:String):String 完全修飾ルームIDの単純IDを返します。 例えば、"example.chat"が渡されたとき、"chat"を返します。
パラメータ
戻り値 public static function splitID(fullRoomID:String):Array 完全修飾ルームIDのストリング値の修飾子と単純IDを含む配列を返します。 例えば、"examples.chat"が渡されたとき、配列["examples", "chat"]を返します。
パラメータ
戻り値
Tue Apr 26 2011, 06:38 PM -04:00